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

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 10:43:12 PDT 2020


dp updated this revision to Diff 272762.
dp marked 2 inline comments as done.
dp added a comment.

Summary of changes:

- simplified clearUnusedBits using maskTrailingOnes;
- fixed a bug in constraint identification (isImmConstraint).


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

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.272762.patch
Type: text/x-patch
Size: 52143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200623/00152d47/attachment-0001.bin>


More information about the llvm-commits mailing list