[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:54:51 PST 2023


nlopes added inline comments.


================
Comment at: llvm/test/Analysis/ValueTracking/shift-recurrence-knownbits.ll:130
 
-define i64 @test_shl() {
+define i64 @test_shl( i1 %replace_undef_0) {
 ; CHECK-LABEL: @test_shl(
----------------
extra whitespace there


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