Details
Details
- Reviewers
bondhugula - Commits
- rGd4284baf1e59: [mlir][normalize-memrefs] NFC Follow-up D125854
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/MemRef/Transforms/NormalizeMemRefs.cpp | ||
---|---|---|
173–175 | This isn't what the comment had meant: please use a (single) dyn_cast instead of isa + cast - here and below. https://llvm.org/docs/ProgrammersManual.html#the-isa-cast-and-dyn-cast-templates |
This isn't what the comment had meant: please use a (single) dyn_cast instead of isa + cast - here and below. https://llvm.org/docs/ProgrammersManual.html#the-isa-cast-and-dyn-cast-templates