[PATCH] D101062: [AArch64][SVE] Better utilisation of unpredicated forms of arithmetic intrinsics

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 04:43:11 PDT 2021


bsmith updated this revision to Diff 342699.
bsmith retitled this revision from "[AArch64][SVE] Better utilisation of immediate forms for bitwise/arith intrinsics" to "[AArch64][SVE] Better utilisation of unpredicated forms of arithmetic intrinsics".
bsmith edited the summary of this revision.
bsmith added a comment.

- Rework approach, include only arithmetic intrinsics, bitwise will be moved to new patch.
- Include support for floating point arithmetic intrinsics.
- Include support for wide shifts.
- Call ISelLowering isAllActivePredicate from ISelDAGToDAG.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101062

Files:
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-unpred-form.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101062.342699.patch
Type: text/x-patch
Size: 64104 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210504/f779ad76/attachment-0001.bin>


More information about the llvm-commits mailing list