This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ee2e970651e SROA: Don't create variable fragments that are outside of t [...] new 7f3e660b838 [globalisel][tablegen] Add support for importing G_ATOMIC_C [...] new 0bec7f3b4c9 [X86] Remove custom lowering for uint_to_fp from vXi8/vXi16. new 45174c1e734 [X86] Remove code from combineUIntToFP that tried to favor [...]
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: .../llvm/CodeGen/GlobalISel/InstructionSelector.h | 5 +- .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 13 +- .../llvm/Target/GlobalISel/SelectionDAGCompat.td | 13 ++ lib/Target/X86/X86ISelLowering.cpp | 25 +-- .../AArch64/GlobalISel/select-atomicrmw.mir | 238 +++++++++++++++++++++ test/CodeGen/AArch64/GlobalISel/select-cmpxchg.mir | 53 +++++ test/TableGen/GlobalISelEmitter.td | 4 +- utils/TableGen/GlobalISelEmitter.cpp | 120 +++++++---- 8 files changed, 398 insertions(+), 73 deletions(-) create mode 100644 test/CodeGen/AArch64/GlobalISel/select-atomicrmw.mir create mode 100644 test/CodeGen/AArch64/GlobalISel/select-cmpxchg.mir