Skip to content

Commit 6c1ed11

Browse files
committed
Adjust unit test
1 parent f867100 commit 6c1ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Analysis/ValueTrackingTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ TEST(ValueTracking, propagatesPoison) {
910910
{false, "call i32 @llvm.fshr.i32(i32 %x, i32 %y, i32 %shamt)", 0},
911911
{false, "call i32 @llvm.fshr.i32(i32 %x, i32 %y, i32 %shamt)", 1},
912912
{false, "call i32 @llvm.fshr.i32(i32 %x, i32 %y, i32 %shamt)", 2},
913-
{false, "call float @llvm.sqrt.f32(float %fx)", 0},
913+
{true, "call float @llvm.sqrt.f32(float %fx)", 0},
914914
{false, "call float @llvm.powi.f32.i32(float %fx, i32 %x)", 0},
915915
{false, "call float @llvm.sin.f32(float %fx)", 0},
916916
{false, "call float @llvm.cos.f32(float %fx)", 0},

0 commit comments

Comments
 (0)