[PATCH] D75862: [llvm][CodeGen] IR intrinsics for SVE2 contiguous conflict detection instructions.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 10:14:15 PDT 2020


fpetrogalli created this revision.
fpetrogalli added a reviewer: kmclaughlin.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.

The IR intrinsics are mapped to the following SVE2 instructions:

- WHILERW <Pd>.<T>, <Xn>, <Xm>
- WHILEWR <Pd>.<T>, <Xn>, <Xm>

The intrinsics introduced in this patch are the IR counterpart of the
SVE ACLE functions `svwhilerw` and `svwhilewr` (all data type
variants).

Patch by Maciej Gąbka <maciej.gabka at arm.com>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75862

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-contiguous-conflict-detection.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75862.249143.patch
Type: text/x-patch
Size: 8384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200309/755f6e2a/attachment.bin>


More information about the llvm-commits mailing list