[PATCH] D77646: [PowerPC] Fold vector merges of swapped vectors to merge the opposite half

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 08:39:46 PDT 2020


nemanjai marked an inline comment as done.
nemanjai added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCMIPeephole.cpp:291
+      Opc == PPC::VSPLTHs || Opc == PPC::VSPLTISB || Opc == PPC::VSPLTISH ||
+      Opc == PPC::VSPLTISW)
+    return true;
----------------
MTVSRWS as well as splatting loads are missing.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77646/new/

https://reviews.llvm.org/D77646





More information about the llvm-commits mailing list