[PATCH] D75388: Add a pass to identify certain shuffle_vector and transform it into target specific intrinsics.

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 7 05:43:59 PST 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/CodeGen/InterleavedAccessPass.cpp:457
+    return false;
+
+  // Already have a new target specific tbl instruction. the old shufflevector.
----------------
Missing word?


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

https://reviews.llvm.org/D75388





More information about the llvm-commits mailing list