[Test] Add missing noundef in positive test
authorMax Kazantsev <mkazantsev@azul.com>
Fri, 10 Mar 2023 08:33:27 +0000 (15:33 +0700)
committerMax Kazantsev <mkazantsev@azul.com>
Fri, 10 Mar 2023 08:33:27 +0000 (15:33 +0700)
llvm/test/Transforms/LICM/min_max.ll

index 94bb2ba..725d086 100644 (file)
@@ -843,7 +843,7 @@ exit:
 
 ; TODO: turn to %iv <u umax(inv_1, inv_2) and hoist it out of loop.
 ; https://alive2.llvm.org/ce/z/zgyG5N
-define i32 @test_logical_or_ult_inv_pos(i32 %start, i32 %inv_1, i32 %inv_2) {
+define i32 @test_logical_or_ult_inv_pos(i32 %start, i32 %inv_1, i32 noundef %inv_2) {
 ; CHECK-LABEL: @test_logical_or_ult_inv_pos(
 ; CHECK-NEXT:  entry:
 ; CHECK-NEXT:    br label [[LOOP:%.*]]