Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/Dialect/Bufferization/IR/BufferizationOps.td | ||
---|---|---|
195 | Looks good, but can you double check that this is actually working. There was some issue in the transform dialect, where we had to implement getEffects manually and could not annotate the arguments/results like this. I forgot what was the reason. Maybe just dump the memory effects to stdout or make sure that some tests are failing if there are no memory effects on CloneOp. |
Looks good, but can you double check that this is actually working. There was some issue in the transform dialect, where we had to implement getEffects manually and could not annotate the arguments/results like this. I forgot what was the reason. Maybe just dump the memory effects to stdout or make sure that some tests are failing if there are no memory effects on CloneOp.