[PATCH] D138211: [AArch64-SVE][StreamingMode]: test insert-vec-elt and vec-shuffle tests.

hassnaaHamdi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 07:28:17 PST 2022


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

Enable streaming mode for testing files: insert-vector-elt.ll, vector-shuffle.ll, and subvector.ll
1- enable custom lowering fixed length INSERT_VECTOR_ELT.(needed for insert-vector-elt.ll test).
2- use SVE OR instruction instead of NEON OR, during copying phyReg -AArch64InstrInfo::copyPhysReg-.(needed for vector-shuffle).
3- subvector.ll doesn't require any change.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138211

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-insert-vector-elt.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-subvector.ll
  llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-vector-shuffle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138211.476124.patch
Type: text/x-patch
Size: 38389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221117/20e0e1c1/attachment.bin>


More information about the llvm-commits mailing list