From afd4216ff4b6580c2b4ee0e488faa7bdf1eac181 Mon Sep 17 00:00:00 2001 From: Emilien Bauer Date: Fri, 17 Jan 2025 17:34:27 +0000 Subject: [PATCH] Tweak. --- tests/filecheck/dialects/math/math_ops.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/filecheck/dialects/math/math_ops.mlir b/tests/filecheck/dialects/math/math_ops.mlir index 8d12837..8520209 100644 --- a/tests/filecheck/dialects/math/math_ops.mlir +++ b/tests/filecheck/dialects/math/math_ops.mlir @@ -3,7 +3,7 @@ %f = "test.op"() : () -> (f32) %i = "test.op"() : () -> (i32) %0 = math.absf %f : f32 -%1 = math.fpowi %f, %i : f32, i32 +%1 = math.fpowi %0, %i : f32, i32 // CHECK: builtin.module { // CHECK-NEXT: %0 = "test.op"() : () -> (f32)