Skip to content

Commit

Permalink
enable opt
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Nov 5, 2024
1 parent 1457b51 commit 26aa0fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/lowering/gemm.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
// RUN: -reconcile-unrealized-casts -mlir-print-debuginfo -o %t.mlir
// RUN: %filecheck --input-file=%t.mlir %s
// RUN: %gccjit-translate %t.mlir -mlir-to-gccjit-gimple | %filecheck %s --check-prefix=CHECK-GIMPLE
module {
module @test attributes {
gccjit.opt_level = #gccjit.opt_level<O3>
}
{
// CHECK-NOT: func.func
// CHECK-NOT: func.return
// CHECK-NOT: cf.cond_br
Expand Down

0 comments on commit 26aa0fc

Please sign in to comment.