- Let's use "override" when we're just doing standard baseclassing. ("Specialization" makes it sound like template specialization, which this is not.)
- CallInterfaces.td has an include guard, so #ifdef not needed anymore.
- Omit duplicate code in code samples.
- Clarify which algorithm we're talking about.
- Mention that the ShapeInference code is code a snippet that belongs to algorithm discussed in the paragraph above it.
- Add missing definition for createShapeInferencePass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the quick review! I don't have write access. Any chance you could submit this? (Same question for the other commits you reviewed?)