This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 32ec1f88370 [SelectionDAGBuilder] Refactor Inline Asm output check. NFCI. new ae502dc0ce0 [InlineAsm][X86] Add backend support for X86 flag output pa [...] new 4e9d732b58d AArch64: enforce even/odd register pairs for CASP instructions.
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/CodeGen/TargetLowering.h | 6 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 24 +- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 6 + lib/Target/AArch64/AArch64RegisterInfo.td | 10 +- .../AArch64/Disassembler/AArch64Disassembler.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 67 +- lib/Target/X86/X86ISelLowering.h | 5 + test/CodeGen/AArch64/cmpxchg-lse-even-regs.ll | 17 + test/CodeGen/X86/inline-asm-flag-output.ll | 954 +++++++++++++++++++++ 9 files changed, 1075 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/AArch64/cmpxchg-lse-even-regs.ll create mode 100644 test/CodeGen/X86/inline-asm-flag-output.ll