This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5d588c84b71 Revert "Data Dependence Graph Basics" new f4476f30a6a [NFC][InstCombine] More tests for "Dropping pointless maski [...] new 0b9b1fa8a10 [NFC][InstCombine] dropRedundantMaskingOfLeftShiftInput(): [...] new 483629b40c3 AArch64CallLowering::lowerCall(): fix build by not passing [...] new 8156f2497a6 gn build: Merge r372168
The 4 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/AArch64/AArch64CallLowering.cpp | 2 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 19 +-- ...redundant-left-shift-input-masking-variant-a.ll | 130 +++++++++++++++++++++ ...redundant-left-shift-input-masking-variant-b.ll | 130 +++++++++++++++++++++ ...redundant-left-shift-input-masking-variant-a.ll | 25 ---- ...redundant-left-shift-input-masking-variant-b.ll | 25 ---- utils/gn/secondary/llvm/lib/Analysis/BUILD.gn | 2 - 7 files changed, 272 insertions(+), 61 deletions(-) create mode 100644 test/Transforms/InstCombine/partally-redundant-left-shift-input [...] create mode 100644 test/Transforms/InstCombine/partally-redundant-left-shift-input [...]