Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Tosa/IR/TosaOps.cpp | ||
---|---|---|
309 | You can match with m_Zero too | |
316 | If tosa add is still marked commutative, then you only need one of these (https://mlir.llvm.org/docs/Canonicalization/#globally-applied-rules) |
You can match with m_Zero too