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

Kerry McLaughlin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 21 04:14:24 PDT 2019


kmclaughlin created this revision.
kmclaughlin added reviewers: t.p.northover, sdesmalen, rovka, momchil.velikov, cameron.mcinally, greened.
Herald added subscribers: psnobl, rkruppe, tschuett, javed.absar.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
kmclaughlin added a parent revision: D66302: [SVE][Inline-Asm] Support for SVE asm operands.

Adds the following inline asm constraints for SVE:

- Upl: One of the low eight SVE predicate registers, P0 to P7 <https://reviews.llvm.org/P7> inclusive
- Upa: SVE predicate register with full range, P0 to P15 <https://reviews.llvm.org/P15>


Repository:
  rL LLVM

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.216351.patch
Type: text/x-patch
Size: 5279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190821/7e558ff2/attachment.bin>


More information about the cfe-commits mailing list