[PATCH] D81651: [AMDGPU][CODEGEN] Added support of new inline assembler constraints

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 11 07:09:08 PDT 2020


dp created this revision.
dp added reviewers: arsenm, rampitec.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

Added support for constraints 'I', 'J', 'L', 'B', 'C', 'Kf', 'DA', 'DB'.

See https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints.


https://reviews.llvm.org/D81651

Files:
  llvm/docs/LangRef.rst
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.h
  llvm/test/CodeGen/AMDGPU/inline-constraints.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81651.270122.patch
Type: text/x-patch
Size: 51681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200611/a33e3432/attachment.bin>


More information about the llvm-commits mailing list