[PATCH] D101062: [AArch64][SVE] Better utilisation of immediate forms for bitwise/arith intrinsics

Bradley Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 03:38:58 PDT 2021


bsmith updated this revision to Diff 341130.
bsmith marked an inline comment as done.
bsmith added a comment.

- Use all active predicate logic in convertMergedOpToPredOp for arith nodes
- Remove intrinsic patterns for arith nodes since the above will convert them to ISD nodes, which already have patterns


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/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve-intrinsics-int-arith-imm.ll
  llvm/test/CodeGen/AArch64/sve-intrinsics-logical-imm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101062.341130.patch
Type: text/x-patch
Size: 43718 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210428/f5a8e728/attachment.bin>


More information about the llvm-commits mailing list