This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a60ab8 [InstCombine] use m_APInt to allow icmp ult X, C folds for sp [...] new 586b777 [gold] Test that we handle invalid directory correctly. new 7474f82 LSV: Fix incorrectly increasing alignment new 2c9e9a6 [libFuzzer] use sizeof() in tests instead of 4 and 8
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/Fuzzer/test/AbsNegAndConstant64Test.cpp | 8 +- lib/Fuzzer/test/AbsNegAndConstantTest.cpp | 4 +- lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 34 +++--- .../AMDGPU/adjust-alloca-alignment.ll | 129 +++++++++++++++++++++ test/tools/gold/invalid-dir.ll | 7 ++ test/tools/gold/lit.local.cfg | 2 + 6 files changed, 160 insertions(+), 24 deletions(-) create mode 100644 test/Transforms/LoadStoreVectorizer/AMDGPU/adjust-alloca-alignment.ll create mode 100644 test/tools/gold/invalid-dir.ll create mode 100644 test/tools/gold/lit.local.cfg