[PATCH] D133700: [PowerPC] Exploit xxperm, check for dead vectors and substitute vperm with xxperm

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 09:32:24 PDT 2022


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:10209
+
+    // if V2 is dead, then we swap vV1 and V2 so we can
+    // use V2 as the destination instead.
----------------
amyk wrote:
> Can we elaborate why we want V2 as the destination?
Thanks for bringing this up with me again. 
I think I misunderstood or read this incorrectly at the time, so you can probably disregard the comment regarding the elaboration. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133700



More information about the llvm-commits mailing list