[PATCH] D52548: Stop instcombining introducing undef's in div/rem instructions.

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


spatel added inline comments.


================
Comment at: test/Transforms/InstCombine/stop_bad_undef_propagation.ll:3
+; RUN: opt < %s -instcombine -S | FileCheck %s
+
+define <3 x float> @udiv0(<3 x float> %x, i32 %y, i32 %z) {
----------------
lebedev.ri wrote:
> You need to rebase this diff ontop of the D52556, so this diff actually shows the diff for the tests, too.
I checked in the baseline at rL343140, so this can be rebased against trunk now. You'll want to regenerate the assertions using the script again because I made some cosmetic changes to the tests when I committed.


https://reviews.llvm.org/D52548





More information about the llvm-commits mailing list