This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3f0a2ce47b0 [X86][AVX] Add reduced test case for PR42833 new 96ad774e1ce [DivRemPairs][NFC] Autogenerate all checklines new ab9b1838233 [DivRemPairs] Avoid RAUW pitfalls (PR42823) new 9c6c87791da [DivRemPairs] Recommit: Handling for expanded-form rem - re [...]
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: include/llvm/Transforms/Utils/BypassSlowDivision.h | 13 +- lib/Transforms/Scalar/DivRemPairs.cpp | 220 ++++++++++++++++++--- .../DivRemPairs/PowerPC/div-expanded-rem-pair.ll | 18 +- .../DivRemPairs/PowerPC/div-rem-pairs.ll | 141 ++++++------- .../DivRemPairs/X86/div-expanded-rem-pair.ll | 40 ++-- test/Transforms/DivRemPairs/X86/div-rem-pairs.ll | 127 ++++++------ 6 files changed, 361 insertions(+), 198 deletions(-)