[PATCH] D141068: [AArch64][SME]: Make 'Expand' the default action for all Ops.

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 09:11:53 PST 2023


hassnaa-arm created this revision.
hassnaa-arm added reviewers: david-arm, sdesmalen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
hassnaa-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

By default expand all operations, then change to Custom/Legal if needed.
[AArch64][SME]: By default, Expand all the operations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141068

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-to-int.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-insert-vector-elt.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-ld2-alloca.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-loads.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141068.486602.patch
Type: text/x-patch
Size: 17944 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230105/0b215a16/attachment.bin>


More information about the llvm-commits mailing list