Currently Affine LICM checks iterOperands and does not hoist out any instruction containing iterOperands. We should check iterArgs instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for fixing this! Minor comment below.
mlir/test/Dialect/Affine/affine-loop-invariant-code-motion.mlir | ||
---|---|---|
734–738 | Can you please indent to maintain the input nesting for readability? |
Comment Actions
@bondhugula Thank you for the review. We'll merge it tomorrow if there are no more comments.
Can you please indent to maintain the input nesting for readability?