This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2385754c5e1 [AArch64] Fix a comment to match the code. NFC. new 7fa7b1a23a3 Revert r301950: SpeculativeExecution: Stop using whitelist [...] new ceb82aef811 [DAGCombiner] Add vector support to fold (shl/srl 0, x) -> 0
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 | 4 +- lib/Transforms/Scalar/SpeculativeExecution.cpp | 43 ++++++++++++- test/CodeGen/X86/combine-shl.ll | 3 +- test/CodeGen/X86/combine-srl.ll | 22 +------ test/Transforms/SpeculativeExecution/spec-other.ll | 32 ---------- .../Transforms/SpeculativeExecution/spec-vector.ll | 73 ---------------------- 6 files changed, 47 insertions(+), 130 deletions(-) delete mode 100644 test/Transforms/SpeculativeExecution/spec-other.ll delete mode 100644 test/Transforms/SpeculativeExecution/spec-vector.ll