This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90 in repository llvm.
from 6ea67c40292 Merging r368315: ------------------------------------------ [...] new 0febe88ac77 Merging r367403: ------------------------------------------ [...] new 2456fe5da3a Merging r367750: ------------------------------------------ [...] new d7c48ec18e3 Merging r368324: ------------------------------------------ [...]
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: include/llvm/CodeGen/TargetLowering.h | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 35 ++++++++++++++++----- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 18 ++++++----- lib/Target/AArch64/AArch64ISelLowering.cpp | 12 +++++-- lib/Target/ARM/ARMISelLowering.cpp | 11 ++++--- lib/Target/AVR/AVRISelLowering.cpp | 6 ++-- lib/Target/RISCV/RISCVISelLowering.cpp | 25 +++++++++++++++ lib/Target/RISCV/RISCVISelLowering.h | 1 + lib/Target/Sparc/SparcISelLowering.cpp | 2 +- lib/Target/SystemZ/SystemZISelLowering.cpp | 2 +- lib/Target/X86/X86.td | 3 +- lib/Target/X86/X86ISelLowering.cpp | 5 +-- test/CodeGen/AArch64/arm64-inline-asm-error-I.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-J.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-K.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-L.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-M.ll | 2 +- test/CodeGen/AArch64/arm64-inline-asm-error-N.ll | 2 +- test/CodeGen/RISCV/inline-asm-d-constraint-f.ll | 40 ++++++++++++++++++++++++ test/CodeGen/RISCV/inline-asm-f-constraint-f.ll | 34 ++++++++++++++++++++ test/CodeGen/RISCV/inline-asm-invalid.ll | 18 ++++++++--- test/CodeGen/X86/cmpxchg8b.ll | 1 + test/CodeGen/X86/inline-asm-bad-constraint-n.ll | 2 +- test/CodeGen/X86/inline-asm-e-constraint.ll | 17 ++++++++++ test/CodeGen/X86/inline-asm-imm-out-of-range.ll | 7 +++++ test/CodeGen/X86/inline-asm-n-constraint.ll | 13 ++++++++ 26 files changed, 224 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/RISCV/inline-asm-d-constraint-f.ll create mode 100644 test/CodeGen/RISCV/inline-asm-f-constraint-f.ll create mode 100644 test/CodeGen/X86/inline-asm-e-constraint.ll create mode 100644 test/CodeGen/X86/inline-asm-imm-out-of-range.ll create mode 100644 test/CodeGen/X86/inline-asm-n-constraint.ll