This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe42b01 [CodeGenPrepare] When moving a zext near to its associated lo [...] new a00e39f [SCEV] Consider delinearization pattern with extension with i [...] new 7b3797e [SimplifyCFG] Don't lower complex ConstantExprs to lookup tables
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Analysis/ScalarEvolution.cpp | 3 +- lib/Transforms/Utils/SimplifyCFG.cpp | 5 +- .../Delinearization/terms_with_identity_factor.ll | 64 ++++++++++++++++++++++ .../ARM/switch-to-lookup-table-constant-expr.ll | 40 ++++++++++++++ 4 files changed, 110 insertions(+), 2 deletions(-) create mode 100644 test/Analysis/Delinearization/terms_with_identity_factor.ll create mode 100644 test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant [...]