[PATCH] D82538: [AMDGPU][CODEGEN] Added support for inline assembler constraints 'L' and 'Kf'

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 03:37:01 PDT 2020


dp created this revision.
Herald added subscribers: llvm-commits, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl, arsenm.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
dp added a parent revision: D81651: [AMDGPU][CODEGEN] Added support of new inline assembler constraints.
dp abandoned this revision.

Added support for constraints 'L', and 'Kf'. See https://gcc.gnu.org/onlinedocs/gcc/Machine-Constraints.html#Machine-Constraints.

The purpose and usefulness of these constraints is not clear so integration of this change is postponed. See discussion in D81651 <https://reviews.llvm.org/D81651>.


https://reviews.llvm.org/D82538

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82538.273286.patch
Type: text/x-patch
Size: 12290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/dcc57d66/attachment.bin>


More information about the llvm-commits mailing list