[PATCH] D19803: [AVX512] lowerV4X128VectorShuffle doesn't correctly select input operands .
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 09:28:11 PDT 2016
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: test/CodeGen/X86/vector-shuffle-512-v8.ll:2299
@@ +2298,3 @@
+
+define <8 x double> @shuffle_v8f64_uuuu4567(<8 x double> %a0, <8 x double> %a1) {
+; ALL-LABEL: shuffle_v8f64_uuuu4567:
----------------
Shouldn't this be shuffle_v8f64_uuuu2301 ?
Repository:
rL LLVM
http://reviews.llvm.org/D19803
More information about the llvm-commits
mailing list