This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c409a140899 [RISCV] Accept fmv.s.x and fmv.x.s as mnemonic aliases for [...] new 224eb0a7853 [PM/LoopUnswitch] Support partial trivial unswitching. new 882235cf443 [IR] add/use isIntDivRem convenience function
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: include/llvm/IR/Instruction.h | 5 + lib/IR/ConstantFold.cpp | 4 +- .../InstCombine/InstructionCombining.cpp | 4 +- lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 220 ++++++++++++++++----- .../SimpleLoopUnswitch/LIV-loop-condtion.ll | 16 +- .../SimpleLoopUnswitch/trivial-unswitch.ll | 176 +++++++++++++++++ 6 files changed, 366 insertions(+), 59 deletions(-)