Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Jan 17, 2025
1 parent 51fdad9 commit afd4216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/filecheck/dialects/math/math_ops.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit afd4216

Please sign in to comment.