[PATCH] D60396: [InstCombine] sdiv exact flag fixup
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 01:34:08 PDT 2019
lebedev.ri added a comment.
please precommit the tests
================
Comment at: llvm/test/Transforms/InstCombine/div.ll:783
+
+define i32 @test_exact_nonsw_exact(i32 %x) {
+; CHECK-LABEL: @test_exact_nonsw_exact(
----------------
tests are faulty, contain `nsw` despite the name
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60396/new/
https://reviews.llvm.org/D60396
More information about the llvm-commits
mailing list