[PATCH] D64212: [ARM] MVE Vector Shifts

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 06:27:55 PDT 2019


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/CodeGen/Thumb2/mve-shifts.ll:109
+entry:
+  %0 = shl <16 x i8> %src1, <i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4, i8 4>
+  ret <16 x i8> %0
----------------
Function 'isVShiftLImm' is checking that all constants are the same. Do we have already a test somewhere that checks what happens if e.g. one of the constants is different?


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

https://reviews.llvm.org/D64212





More information about the llvm-commits mailing list