Details
Diff Detail
Event Timeline
mlir/lib/Dialect/Affine/Transforms/AffineLoopInvariantCodeMotion.cpp | ||
---|---|---|
73–78 | Combine into a dyn_cast. | |
119–121 | All comments to be terminated with a full stop. | |
mlir/test/Dialect/Affine/affine-loop-invariant-code-motion.mlir | ||
84–92 | Please indent for better readability. | |
84–92 | No numbered SSA values in check lines please. Either use %{{.*}} or capture value and compare if that's relevant for the test. | |
253–263 | Numbered SSA values shouldn't have been used here - these somehow escaped review. You could just ensure you don't introduce any more here. | |
286 | Likewise. | |
458 | Likewise here and below. |
Address code review comments to use dyn_cast, add full stop, indent, and change to %{{.*}}.
Combine into a dyn_cast.