[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 9 14:03:02 PDT 2015


jketema updated this revision to Diff 34366.
jketema added a comment.

Hi Ahmed,

I've added a FIXME comment, as <-1, 4, 2, 6> is indeed still rejected.

The check for @ BB#0 seems necessary, otherwise the tests fail by matching vtrn in the .type line. If there's a better way to not match on this line, please let me know.


http://reviews.llvm.org/D12334

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/vtrn.ll
  test/CodeGen/ARM/vuzp.ll
  test/CodeGen/ARM/vzip.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12334.34366.patch
Type: text/x-patch
Size: 4359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150909/56120694/attachment.bin>


More information about the llvm-commits mailing list