[PATCH] D83617: [PowerPC] Fix combineVectorShuffle regression after D77448

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 10 23:41:45 PDT 2020


MaskRay created this revision.
MaskRay added reviewers: PowerPC, hfinkel, nemanjai, RolandF.
Herald added subscribers: llvm-commits, shchenz, kbarton, hiraditya.
Herald added a project: LLVM.

Commit 1fed131660b2 <https://reviews.llvm.org/rG1fed131660b2c5d3ea7007e273a7a5da80699445> assumed that NewShuffle (shuffle vector
canonicalization result) will always be ShuffleVectorSDNode, which may
be false.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83617

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/canonical-merge-shuffles.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83617.277219.patch
Type: text/x-patch
Size: 4922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200711/7f70f387/attachment.bin>


More information about the llvm-commits mailing list