[PATCH] D12334: [ARM] Do not use vtrn for vectorshuffle if the order is reversed
Jeroen Ketema via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 2 04:20:33 PDT 2015
jketema added inline comments.
================
Comment at: lib/Target/ARM/ARMISelLowering.cpp:5064
@@ -5055,3 +5063,3 @@
for (unsigned i = 0; i < M.size(); i += NumElts) {
WhichResult = M[i] == 0 ? 0 : 1;
for (unsigned j = 0; j < NumElts; j += 2) {
----------------
I've added two test cases. Do these look ok?
http://reviews.llvm.org/D12334
More information about the llvm-commits
mailing list