This is useful for manipulating the standard dialect from transformations
outside of the standard dialect.
Details
Details
- Reviewers
ftynse - Commits
- rG698462336abb: [MLIR] expose applyCmpPredicate
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Would it make sense to put them in the relevant Ops so as not to pollute the mlir:: namespace?
Comment Actions
Maybe... I think if the standard dialect had a namespace they would logically go there. (Maybe it should?)
They are more tied to the Predicate than do the comparison itself, but since it's an enum class it can't have methods.
mlir/include/mlir/Dialect/StandardOps/IR/Ops.h | ||
---|---|---|
343 | Triple / please. |
Triple / please.