[PATCH] D60396: [InstCombine] sdiv exact flag fixup
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 8 02:27:11 PDT 2019
shchenz marked an inline comment as done.
shchenz added a comment.
Thanks for your comments Roman @lebedev.ri . Updated.
================
Comment at: llvm/test/Transforms/InstCombine/div.ll:783
+
+define i32 @test_exact_nonsw_exact(i32 %x) {
+; CHECK-LABEL: @test_exact_nonsw_exact(
----------------
lebedev.ri wrote:
> tests are faulty, contain `nsw` despite the name
oops. fixed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60396/new/
https://reviews.llvm.org/D60396
More information about the llvm-commits
mailing list