[PATCH] D75388: Add a pass to identify certain shuffle_vector and transform it into target specific intrinsics.
Wei Zhao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 09:08:53 PDT 2020
wxz2020 added inline comments.
================
Comment at: llvm/lib/CodeGen/InterleavedAccessPass.cpp:457
+ return false;
+
+ // Already have a new target specific tbl instruction. the old shufflevector.
----------------
xbolva00 wrote:
> Missing word?
Will remove it. Wrong cut and paste.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75388/new/
https://reviews.llvm.org/D75388
More information about the llvm-commits
mailing list