[PATCH] D52548: Stop instcombining introducing undef's in div/rem instructions.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 12:35:10 PDT 2018
lebedev.ri 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) {
----------------
You need to rebase this diff ontop of the D52556, so this diff actually shows the diff for the tests, too.
https://reviews.llvm.org/D52548
More information about the llvm-commits
mailing list