This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9dfab9e7689 Fixed a type conversion error in BitVector. new b51ea00f001 [InstCombine] revert r300977 and r301021 new 602538f2e2c ARM: make sure we use all entries in a vector before formin [...] new 5623f8d30ae AArch64: add test for "fence singlethread"
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: lib/Target/ARM/ARMISelLowering.cpp | 10 +++++----- .../InstCombine/InstCombineSimplifyDemanded.cpp | 18 ++++-------------- test/CodeGen/AArch64/fence-singlethread.ll | 21 +++++++++++++++++++++ test/CodeGen/ARM/vpadd.ll | 9 +++++++++ test/Transforms/InstCombine/xor.ll | 17 ----------------- test/Transforms/InstCombine/zext.ll | 2 +- 6 files changed, 40 insertions(+), 37 deletions(-) create mode 100644 test/CodeGen/AArch64/fence-singlethread.ll