Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Can you provide a description for this patch which would motivate this please?
mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h | ||
---|---|---|
372 | It isn't clear what this means, what is a "Customization class" and what can we customized? |
Updated the comments. It's clearer to refer to D75141 and see that an action is added as illegal / dynamically legal. Without this centeralized place, we have to change all the users who write addLegalDialect<LLVM::LLVMDialect> to add the illegal action in D75141. This real intent is hard to put in the class comments, as it might get stale.
This real intent is hard to put in the class comments, as it might get stale.
Commit description would be the right place. https://mlir.llvm.org/getting_started/Contributing/#commit-messages -> "Prefer describing why the change is implemented rather than what it does."
It isn't clear what this means, what is a "Customization class" and what can we customized?