This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8df59cdc287 [DebugInfo] Remove call sites when eliminating unreachable blocks new d55550443ac [InstCombine] x /c fabs(x) -> copysign(1.0, x) new b342539dcd2 [RISCV] Fix ICE in isDesirableToCommuteWithShift
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/Target/RISCV/RISCVISelLowering.cpp | 6 ++-- .../InstCombine/InstCombineMulDivRem.cpp | 11 ++++++ test/CodeGen/RISCV/add-before-shl.ll | 40 ++++++++++++++++++++++ test/Transforms/InstCombine/fabs-copysign.ll | 39 +++++++++++++++------ 4 files changed, 83 insertions(+), 13 deletions(-)