This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a2040d55d78 Follow-up to r319434 to turn the pass on by default new 8c4503a3507 Bail out of a SimplifyCFG switch table opt at undef values. new 03c5509e661 [InstSimplify] More fcmp cases when comparing against negat [...]
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/InstructionSimplify.cpp | 22 +++++++++ lib/Transforms/Utils/SimplifyCFG.cpp | 2 +- test/Transforms/InstCombine/cast-int-fcmp-eq-0.ll | 28 ------------ .../InstSimplify/floating-point-compare.ll | 52 +++++++++++++--------- test/Transforms/SimplifyCFG/switch_undef.ll | 27 +++++++++++ 5 files changed, 82 insertions(+), 49 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/switch_undef.ll