It is used both by the Standard dialect and the MemRef dialect.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
2144 | I missed this originally, but this does not look like a general enough concept to be in OpBase. We should really move this out. I'd rather we just duplicate in the necessary places. |
mlir/include/mlir/IR/OpBase.td | ||
---|---|---|
2144 | If we want to duplicate it in the necessary places, we probably need to name it differently. We had the case where this was conflicting, and this is why I moved it to the common place to get rid of the conflict. I don't remember where I had this conflict, possibly somewhere in Tensorflow. |
I missed this originally, but this does not look like a general enough concept to be in OpBase. We should really move this out. I'd rather we just duplicate in the necessary places.