We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0222508 commit 4cab90bCopy full SHA for 4cab90b
1 file changed
enzyme/test/MLIR/ReverseMode/alloca.mlir
@@ -28,7 +28,7 @@ func.func @dfoo_flat(%x: f64, %dout : f64) -> f64 {
28
29
// CHECK: %[[DBUF:.+]] = memref.alloca() : memref<f64>
30
// CHECK: %[[ZERO_INIT:.+]] = arith.constant 0.000000e+00 : f64
31
-// CHECK: memref.store %[[ZERO_INIT]], %[[DBUF]][] : memref<f64>
+// CHECK: linalg.fill ins(%[[ZERO_INIT]] : f64) outs(%[[DBUF]] : memref<f64>)
32
33
// CHECK: %[[BUF:.+]] = memref.alloca() : memref<f64>
34
// CHECK: "enzyme.push"(%[[CS]], %[[DBUF]]) : (!enzyme.Cache<memref<f64>>, memref<f64>) -> ()
0 commit comments