llvm-project
517cda12 - [mlir][vector] Add foldInsertUseChain folder function to insert op (#147045)

Commit
68 days ago
[mlir][vector] Add foldInsertUseChain folder function to insert op (#147045) When the result of an insert op is used by an insert op, and the subsequent insert op is inserted at the same location as the previous insert op, replaces the dest of the subsequent insert op with the dest of the previous insert op.This is because the previous insert op does not affect subsequent insert ops. --------- Co-authored-by: Mehdi Amini <joker.eph@gmail.com> Co-authored-by: Andrzej WarzyƄski <andrzej.warzynski@gmail.com>
Parents
Loading