This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 586db08a0c3 [X86] Remove assembler predicates from all AVX512 related f [...] new 72bb1a1f8be [X86] Add CMP8ri8 to load folding tables. new 1d841745693 [X86] Remove cvtps2ph xmm->xmm from store folding tables. A [...] new c303d203b86 [X86] Add EVEX vcvtph2ps to the load folding tables. new f43fba24c59 [X86] Add some 8 and 16-bit instructions to the load foldin [...] new 82ce446218b [X86] Add 128 and 256-bit VPOPCNTD/Q instructions to load f [...] new a325c91bc77 [X86] Don't put any EVEX_B instructions in the tablegen gen [...] new 5faf7a61e01 [X86] Add TB_NO_REVERSE to some scalar intrinsic instructio [...] new de0191914f0 [X86] Correct the load folding flags for xmm fp->mmx conver [...]
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/X86/CMakeLists.txt | 4 +- lib/Target/X86/X86InstrInfo.cpp | 64 +++++++++++++++++++++----- test/CodeGen/X86/stack-folding-fp-avx1.ll | 9 ---- test/CodeGen/X86/stack-folding-fp-avx512.ll | 18 ++++++++ test/CodeGen/X86/stack-folding-int-avx512.ll | 20 +++++++- test/CodeGen/X86/stack-folding-int-avx512vl.ll | 38 ++++++++++++++- utils/TableGen/X86FoldTablesEmitter.cpp | 5 +- 7 files changed, 131 insertions(+), 27 deletions(-)