This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 173f4ded85b gn build: Merge r370500 new 338cb7373ab Fix compilation warnings. NFC. new 81afa04a059 [PowerPC][NFC] Avoid checking non-relevant .cfi instructions new 306dc15109f [X86] Add test caes for opportunities for machine LICM to u [...]
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: test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll | 19 +- test/CodeGen/PowerPC/PR35812-neg-cmpxchg.ll | 6 +- test/CodeGen/PowerPC/float-load-store-pair.ll | 4 +- test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 4 +- .../CodeGen/PowerPC/jump-tables-collapse-rotate.ll | 4 +- test/CodeGen/PowerPC/machine-pre.ll | 8 +- .../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 4 +- test/CodeGen/PowerPC/pr36292.ll | 9 +- test/CodeGen/PowerPC/remove-redundant-load-imm.ll | 8 +- test/CodeGen/PowerPC/sms-cpy-1.ll | 4 +- test/CodeGen/PowerPC/sms-phi-1.ll | 5 +- test/CodeGen/PowerPC/sms-phi-3.ll | 6 +- test/CodeGen/PowerPC/testComparesi32gtu.ll | 6 +- test/CodeGen/PowerPC/testComparesi32ltu.ll | 6 +- .../PowerPC/umulo-128-legalisation-lowering.ll | 15 +- .../PowerPC/vector-constrained-fp-intrinsics.ll | 650 ++----- test/CodeGen/X86/avx512-broadcast-unfold.ll | 1844 ++++++++++++++++++++ tools/llvm-ifs/llvm-ifs.cpp | 11 +- 18 files changed, 2000 insertions(+), 613 deletions(-) create mode 100644 test/CodeGen/X86/avx512-broadcast-unfold.ll