This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23b5f9cec08 [X86] Change the pre-type legalization DAG combine added in [...] new fa6f90e0d3a Adding .vscode to svn:ignore new 6edc257cf45 [RISCV] Implement codegen for cmpxchg on RV32IA
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: include/llvm/IR/IntrinsicsRISCV.td | 5 + lib/CodeGen/AtomicExpandPass.cpp | 34 +- lib/Target/RISCV/RISCVExpandPseudoInsts.cpp | 104 ++++ lib/Target/RISCV/RISCVISelLowering.cpp | 21 + lib/Target/RISCV/RISCVISelLowering.h | 7 + lib/Target/RISCV/RISCVInstrInfoA.td | 47 +- test/CodeGen/RISCV/atomic-cmpxchg.ll | 769 ++++++++++++++++++++++++++++ 7 files changed, 984 insertions(+), 3 deletions(-)