[PATCH] D72393: [AArch64][SVE] Add break intrinsics

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 03:51:28 PST 2020


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, efriedma, dancgr, mgudim, cameron.mcinally.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

Implements the following intrinsics:

- @llvm.aarch64.sve.brka
- @llvm.aarch64.sve.brka.z
- @llvm.aarch64.sve.brkb
- @llvm.aarch64.sve.brkb.z
- @llvm.aarch64.sve.brkn.z
- @llvm.aarch64.sve.brkpa.z
- @llvm.aarch64.sve.brkpb.z


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72393

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-pred-operations.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72393.236791.patch
Type: text/x-patch
Size: 9592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200108/93e46204/attachment.bin>


More information about the llvm-commits mailing list