This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d3643492a56 [Debugify] Allow unsigned values narrower than their variables new 5b4b9a07e87 Revert 336426 (and follow-ups 428, 440), it very likely cau [...] new f72707ee11c [InstCombine] add more tests for potentially poisonous shifts; NFC
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 105 --------------------- .../CodeGen/AArch64/FoldRedundantShiftedMasking.ll | 95 ------------------- test/CodeGen/ARM/FoldRedundantShiftedMasking.ll | 98 ------------------- test/CodeGen/X86/pr32329.ll | 40 ++++---- test/Transforms/InstCombine/shuffle_select.ll | 43 +++++++++ 5 files changed, 63 insertions(+), 318 deletions(-) delete mode 100644 test/CodeGen/AArch64/FoldRedundantShiftedMasking.ll delete mode 100644 test/CodeGen/ARM/FoldRedundantShiftedMasking.ll