[PATCH] D66524: [SVE][Inline-Asm] Add constraints for SVE predicate registers

Kerry McLaughlin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 30 06:00:59 PDT 2019


kmclaughlin updated this revision to Diff 218071.
kmclaughlin added a comment.

- Added isPredicateConstraint function to AArch64ISelLowering.cpp, which returns Upl, Upa or Invalid. This is used to replace some repeated checks of the predicate type
- Minor changes to InlineAsm.cpp


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

https://reviews.llvm.org/D66524

Files:
  docs/LangRef.rst
  lib/IR/InlineAsm.cpp
  lib/Target/AArch64/AArch64AsmPrinter.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  test/CodeGen/AArch64/aarch64-sve-asm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66524.218071.patch
Type: text/x-patch
Size: 5779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190830/08385406/attachment-0001.bin>


More information about the cfe-commits mailing list