Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
rename test function
mlir/test/Dialect/Vector/canonicalize.mlir | ||
---|---|---|
698 | store on memref are never dead on their own and we don't have a pass to handle dead store due to back to back stores to the same address so I don't see a way to test it right now. |
mlir/include/mlir/Dialect/Vector/VectorOps.td | ||
---|---|---|
1321 | I don't think the <DefaultResource> is needed on any of these. That is the default. |
Comment Actions
removed DefaultResource
mlir/include/mlir/Dialect/Vector/VectorOps.td | ||
---|---|---|
1321 | Removed it, thanks! |
I don't think the <DefaultResource> is needed on any of these. That is the default.