[PATCH] D31509: [InstCombine] Combine vector shuffles if the same operand can be reused

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 07:41:07 PDT 2017


RKSimon added inline comments.


================
Comment at: test/Transforms/InstCombine/vec_shuffle.ll:471
+; CHECK-LABEL: @shuffle_after_wide_load
+; CHECK-NOT: shufflevector
+  %2 = shufflevector <8 x double> %1, <8 x double> undef, <2 x i32> <i32 0, i32 1>
----------------
Regenerate with utils/update_test_checks.py


https://reviews.llvm.org/D31509





More information about the llvm-commits mailing list