Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
Can you add a description with the motivation, even if only: "This cleanup aligns the affine dialect with all the other dialects." or something like that.
Comment Actions
Thanks for doing this. This had been long pending. This also cleans up the naming/addressing of free-standing methods that were otherwise in the mlir namespace. Having mlir::affine::... for these is a big naming and readability improvement.
Comment Actions
Will the Operations from the Affine dialect also be renamed? I feel like affine::AffineForOp could be renamed to affine::ForOp now.