[PATCH] D145331: [test] Remove occurences of br undef in test/Analysis tests
Nuno Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 5 13:56:08 PST 2023
nlopes added inline comments.
================
Comment at: llvm/test/Analysis/ValueTracking/shift-recurrence-knownbits.ll:9
; CHECK: loop:
-; CHECK-NEXT: br i1 undef, label [[EXIT:%.*]], label [[LOOP]]
; CHECK: exit:
----------------
these tests that have an impact on the test output should be separated from the other that induce no change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145331/new/
https://reviews.llvm.org/D145331
More information about the llvm-commits
mailing list