This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 578271f7ea2 [DebugInfo] Add a test that fell out of an earlier commit new 81ca43cc1cf LoopLoadElim: Respect convergent new 279b044b9bb [InstCombine] add tests for fcmp+select with FMF (minnum/ma [...] new 5ea18e1c35c [MIR] Skip hoisting to basic block which may throw exceptio [...]
The 3 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/CodeGen/MachineCSE.cpp | 2 + lib/Transforms/Scalar/LoopLoadElimination.cpp | 6 + test/CodeGen/AArch64/machine_cse_illegal_hoist.ll | 52 ++++++++ test/Transforms/InstCombine/minmax-fp.ll | 132 +++++++++++++++++++++ .../LoopLoadElim/{forward.ll => convergent.ll} | 27 +++-- 5 files changed, 207 insertions(+), 12 deletions(-) create mode 100644 test/CodeGen/AArch64/machine_cse_illegal_hoist.ll copy test/Transforms/LoopLoadElim/{forward.ll => convergent.ll} (66%)