Internal Jenkins has submitted this change and it was merged. Change subject: Remove some code in like-predicate-ir.cc from cross-compilation ......................................................................
Remove some code in like-predicate-ir.cc from cross-compilation like-predicate-ir.cc contains a lot of code which won't be called and inlined by other IR functions. (e.g. the prepare functions). To reduce the size of the bitcode module, this change removes these functions from cross compilation and moves them into like-predicate.cc instead. Change-Id: I1279622ff97af0e1bedcfd9aafdb875b01e38c7c Reviewed-on: http://gerrit.cloudera.org:8080/3483 Reviewed-by: Michael Ho <[email protected]> Tested-by: Internal Jenkins --- M be/src/exprs/CMakeLists.txt M be/src/exprs/like-predicate-ir.cc A be/src/exprs/like-predicate.cc M be/src/exprs/like-predicate.h 4 files changed, 424 insertions(+), 390 deletions(-) Approvals: Michael Ho: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3483 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1279622ff97af0e1bedcfd9aafdb875b01e38c7c Gerrit-PatchSet: 4 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
