This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 362611f Add handling of !invariant.load to PropagateMetadata. new a3215a2 [X86] Make a helper method into a static function local to th [...] new 88c0b88 [X86] Side effecting asm in AVX512 integer stack folding test [...] new 3679bfe [AVX-512] Add VPTERNLOG to load folding tables. new d3eebe7 [AVX-512] Add test cases to demonstrate opportunities for com [...]
The 4 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/X86/X86InstrInfo.cpp | 36 +- lib/Target/X86/X86InstrInfo.h | 3 - test/CodeGen/X86/avx512-vpternlog-commute.ll | 529 +++++++++++++++++++++++++++ test/CodeGen/X86/stack-folding-int-avx512.ll | 58 ++- 4 files changed, 595 insertions(+), 31 deletions(-) create mode 100644 test/CodeGen/X86/avx512-vpternlog-commute.ll