diff options
Diffstat (limited to 'llvm/test/Transforms/InstCombine/icmp.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/icmp.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/InstCombine/icmp.ll b/llvm/test/Transforms/InstCombine/icmp.ll index b2244c5de2b..3fecf97e89d 100644 --- a/llvm/test/Transforms/InstCombine/icmp.ll +++ b/llvm/test/Transforms/InstCombine/icmp.ll @@ -69,14 +69,14 @@ define i32 @test4(i32 %X) { ; PR4837 define <2 x i1> @test5_eq(<2 x i64> %x) { ; CHECK-LABEL: @test5_eq( -; CHECK-NEXT: ret <2 x i1> <i1 true, i1 true> +; CHECK-NEXT: ret <2 x i1> undef ; %V = icmp eq <2 x i64> %x, undef ret <2 x i1> %V } define <2 x i1> @test5_ne(<2 x i64> %x) { ; CHECK-LABEL: @test5_ne( -; CHECK-NEXT: ret <2 x i1> zeroinitializer +; CHECK-NEXT: ret <2 x i1> undef ; %V = icmp ne <2 x i64> %x, undef ret <2 x i1> %V |

