[PATCH] D37880: Fix an out-of-bounds shufflevector index bug

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 15 01:35:05 PDT 2017


javed.absar added inline comments.


================
Comment at: test/CodeGen/ARM/crash-on-pow2-shufflevector.ll:19
+;
+
+%struct.desc = type { i32, [7 x i32] }
----------------
Shouldn't this test have some sort of 'CHECK'? 


https://reviews.llvm.org/D37880





More information about the llvm-commits mailing list