This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6db7914b689 [X86] Auto upgrade XOP/AVX512 rotation intrinsics to generi [...] new fccd344a447 [MC] [AArch64] Support resolving fixups for abs_g0 etc. new bf6fba072fb [MC] [AArch64] Correctly resolve ":abs_g1:3" etc. new 367fb6a40ef [ConstantFolding] Split up saturating add/sub tests; NFC new 0204292cb3a [ConstantFolding] Add tests for sat add/sub with undefs; NFC new 884e3a402b9 [ConstantFolding] Add tests for funnel shifts with undef op [...] new 6fce7d4a64f [ConstantFolding] Regenerate test checks; NFC new 3198a6f4835 [ConstantFolding] Add undef tests for overflow intrinsics; NFC new f52646ddc70 [ConstantFolding] Consolidate and extend bitcount intrinsic [...]
The 8 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/AsmParser/AArch64AsmParser.cpp | 10 +- .../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 57 ++- test/Analysis/ConstantFolding/bitcount.ll | 187 ++++++++ test/Analysis/ConstantFolding/funnel-shift.ll | 167 ++++++++ .../Analysis/ConstantFolding/saturating-add-sub.ll | 473 ++++++++++++++++----- test/MC/AArch64/fixup-absolute.s | 40 ++ test/MC/AArch64/fixup-out-of-range.s | 15 + test/Transforms/ConstProp/2007-11-23-cttz.ll | 8 - test/Transforms/ConstProp/overflow-ops.ll | 197 +++++---- test/Transforms/InstCombine/bitcount.ll | 19 - test/Transforms/InstSimplify/call.ll | 30 -- 11 files changed, 966 insertions(+), 237 deletions(-) create mode 100644 test/Analysis/ConstantFolding/bitcount.ll create mode 100644 test/MC/AArch64/fixup-absolute.s delete mode 100644 test/Transforms/ConstProp/2007-11-23-cttz.ll delete mode 100644 test/Transforms/InstCombine/bitcount.ll