[PATCH] D136553: [SLP] Added test to check resulting mask in shufflevector as per order of phinodes

krishna chaitanya sankisa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 23 08:42:17 PDT 2022


skc7 created this revision.
skc7 added reviewers: ABataev, bcahoon, arsenm.
Herald added subscribers: kosarev, vporpo, kerbowa, jvesely.
Herald added a project: All.
skc7 requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, wdng.
Herald added a project: LLVM.

The order of phinodes decides the resulting mask of shuffle vector after vectorization. 
This patch adds a test to check the mask of shufflevector with initial order of phinodes and then with reverse order of phis.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136553

Files:
  llvm/test/Transforms/SLPVectorizer/AMDGPU/phi-result-use-order.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136553.469985.patch
Type: text/x-patch
Size: 6497 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221023/10b2042f/attachment.bin>


More information about the llvm-commits mailing list