[PATCH] D82911: [PowerPC][Power10] Exploit the xxspltiw and xxspltidp instructions.

Anil Mahmud via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 1 10:49:26 PDT 2020


anil9 added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:9353
   // FIXME: SplatBits is an unsigned int being cast to an int while passing it
-  // as an argument to BuildSplatiI. Given SplatSize == 1 it is okay here.
+  // as an argument to getCanonicalConstSplat. Given SplatSize == 1 it is okay
+  // in this case.
----------------
This fixme comment is no longer relevant as the fix has already been applied.


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

https://reviews.llvm.org/D82911





More information about the llvm-commits mailing list