Details
Details
- Reviewers
mehdi_amini
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Did you it a case where this is useful/needed? See also: https://mlir.llvm.org/docs/UsageOfConst/
Paths
| Differential D77504
[mlir][toy] hasOperand() const correctness AbandonedPublic Authored by jroelofs on Apr 5 2020, 9:56 AM.
Details
Diff Detail
Event TimelineComment Actions Did you it a case where this is useful/needed? See also: https://mlir.llvm.org/docs/UsageOfConst/ Comment Actions
Ah, no. This was a "the rest of llvm does it in places like this" habit.
Revision Contents
Diff 255171 mlir/examples/toy/Ch2/include/toy/Ops.td
mlir/examples/toy/Ch3/include/toy/Ops.td
mlir/examples/toy/Ch4/include/toy/Ops.td
mlir/examples/toy/Ch5/include/toy/Ops.td
mlir/examples/toy/Ch6/include/toy/Ops.td
mlir/examples/toy/Ch7/include/toy/Ops.td
|