[PATCH] D52556: Add a test case showing the instcombine fail from D52548

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 26 13:26:43 PDT 2018


spatel added inline comments.


================
Comment at: test/Transforms/InstCombine/stop_bad_undef_propagation.ll:147
+  %2 = urem <2 x i32> %1, <i32 255, i32 255>
+  %3 = uitofp <2 x i32> %2to <2 x float>
+  %4 = shufflevector <2 x float> %3, <2 x float> undef, <3 x i32> <i32 0, i32 1, i32 2>
----------------
Not sure how you're generating this, but it still has at least 3 typos that prevent compilation.


https://reviews.llvm.org/D52556





More information about the llvm-commits mailing list