[PATCH] D107228: [TTI] Add basic SK_InsertSubvector shuffle mask recognition
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jul 31 13:34:03 PDT 2021
ABataev accepted this revision.
ABataev added a comment.
This revision is now accepted and ready to land.
LG with a nit
================
Comment at: llvm/lib/IR/Instructions.cpp:2282
+
+ for (int i = 0; i != NumMaskElts; ++i) {
+ int M = Mask[i];
----------------
`I`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107228/new/
https://reviews.llvm.org/D107228
More information about the llvm-commits
mailing list