This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 963ec731b44 [PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC new 1fd065d4bbf [X86] Regenerate test using update_llc_test_checks.py new 7f36a3ae353 [X86] Remove AVX512 early out from X86FastISel::X86SelectCmp. new 87eb2fe42c6 [X86] Make sure we don't create locked inc/dec instructions [...]
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/Target/X86/X86FastISel.cpp | 3 - lib/Target/X86/X86ISelLowering.cpp | 55 +++- lib/Target/X86/X86ISelLowering.h | 2 +- lib/Target/X86/X86InstrCompiler.td | 36 ++- lib/Target/X86/X86InstrInfo.td | 10 + test/CodeGen/X86/atomic-eflags-reuse.ll | 70 +++-- test/CodeGen/X86/avx512-fsel.ll | 11 +- test/CodeGen/X86/pr27591.ll | 4 +- test/CodeGen/X86/pr32241.ll | 9 +- test/CodeGen/X86/pr32284.ll | 496 +++++++++++++++++++++++++++++--- 10 files changed, 602 insertions(+), 94 deletions(-)