[PATCH] D31527: InstSimplify: A shuffle of a splat is always the splat itself
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 2 09:22:24 PDT 2017
RKSimon added inline comments.
================
Comment at: test/Transforms/InstSimplify/shufflevector.ll:60
+
+define <4 x i32> @splat_operand_negative1(<4 x i32> %x, <4 x i32> %y) {
+; CHECK-LABEL: @splat_operand_negative1(
----------------
Add a TODO for this?
Repository:
rL LLVM
https://reviews.llvm.org/D31527
More information about the llvm-commits
mailing list