This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f64fd37 [StackProtector] Use INITIALIZE_TM_PASS instead of INITIALIZE [...] new 707666e [InstCombine] Merged two test files and regenerated checks us [...] new 7328eb7 Fix code-gen crash on Power9 for insert_vector_elt with varia [...]
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/PowerPC/PPCISelLowering.cpp | 17 +++++++- lib/Target/PowerPC/PPCISelLowering.h | 1 + test/CodeGen/PowerPC/p9-xxinsertw-xxextractuw.ll | 22 ++++++++++ test/Transforms/InstCombine/udiv-simplify-bug-0.ll | 14 ------- test/Transforms/InstCombine/udiv-simplify-bug-1.ll | 20 --------- test/Transforms/InstCombine/udiv-simplify.ll | 49 ++++++++++++++++++++++ 6 files changed, 87 insertions(+), 36 deletions(-) delete mode 100644 test/Transforms/InstCombine/udiv-simplify-bug-0.ll delete mode 100644 test/Transforms/InstCombine/udiv-simplify-bug-1.ll create mode 100644 test/Transforms/InstCombine/udiv-simplify.ll