[PATCH] D60942: Emit diagnostic if an inline asm constraint requires an immediate

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 22:52:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367750: Emit diagnostic if an inline asm constraint requires an immediate (authored by void, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D60942?vs=212086&id=213177#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60942/new/

https://reviews.llvm.org/D60942

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/AVR/AVRISelLowering.cpp
  llvm/trunk/lib/Target/RISCV/RISCVISelLowering.cpp
  llvm/trunk/lib/Target/Sparc/SparcISelLowering.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/AArch64/arm64-inline-asm-error-I.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-inline-asm-error-J.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-inline-asm-error-K.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-inline-asm-error-L.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-inline-asm-error-M.ll
  llvm/trunk/test/CodeGen/AArch64/arm64-inline-asm-error-N.ll
  llvm/trunk/test/CodeGen/RISCV/inline-asm-invalid.ll
  llvm/trunk/test/CodeGen/X86/inline-asm-bad-constraint-n.ll
  llvm/trunk/test/CodeGen/X86/inline-asm-e-constraint.ll
  llvm/trunk/test/CodeGen/X86/inline-asm-imm-out-of-range.ll
  llvm/trunk/test/CodeGen/X86/inline-asm-n-constraint.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60942.213177.patch
Type: text/x-patch
Size: 19410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190803/3eb001e2/attachment-0001.bin>


More information about the llvm-commits mailing list