Skip to content

Commit 5657809

Browse files
committed
Update MLIR tests
1 parent ab58489 commit 5657809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ llvm.func @experimental_constrained_fpext(%s: f32, %v: vector<4xf32>) {
13081308
// CHECK-DAG: declare float @llvm.cos.f32(float)
13091309
// CHECK-DAG: declare <8 x float> @llvm.cos.v8f32(<8 x float>) #0
13101310
// CHECK-DAG: declare { float, float } @llvm.sincos.f32(float)
1311-
// CHECK-DAG: declare { <8 x float>, <8 x float> } @llvm.sincos.v8f32(<8 x float>) #0
1311+
// CHECK-DAG: declare { <8 x float>, <8 x float> } @llvm.sincos.v8f32(<8 x float>)
13121312
// CHECK-DAG: declare float @llvm.copysign.f32(float, float)
13131313
// CHECK-DAG: declare float @llvm.rint.f32(float)
13141314
// CHECK-DAG: declare double @llvm.rint.f64(double)

0 commit comments

Comments
 (0)