This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ac75a1 [x86] Minor refactoring of X86TargetLowering::EmitInstrWithCu [...] new 242e374 [x86] Fixing PR28755 by precomputing the address used in CMPXCHG8B new 3609773 [X86][AVX512DQVL] Add v2i64 -> v2f32 + zero codegen tests
The 2 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/X86ISelLowering.cpp | 51 ++++++++++++++++++++++ lib/Target/X86/X86InstrBuilder.h | 11 +++++ lib/Target/X86/X86InstrCompiler.td | 2 +- test/CodeGen/X86/avx512dqvl-intrinsics.ll | 34 +++++++++++++++ .../X86/cmpxchg8b_alloca_regalloc_handling.ll | 35 +++++++++++++++ 5 files changed, 132 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/X86/cmpxchg8b_alloca_regalloc_handling.ll