diff options
author | Ian Wood <ianwood2024@u.northwestern.edu> | 2025-03-28 12:38:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 12:38:39 -0700 |
commit | 77ba6918a14ddef4ee639bf6221cc2eb95adf320 (patch) | |
tree | 6bb6bed28363d942052fadf6d978a077a9c812a9 /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 864c76a181dd054a2c74ffa58b02bc554a8a1f83 (diff) | |
download | llvm-77ba6918a14ddef4ee639bf6221cc2eb95adf320.zip llvm-77ba6918a14ddef4ee639bf6221cc2eb95adf320.tar.gz llvm-77ba6918a14ddef4ee639bf6221cc2eb95adf320.tar.bz2 |
[mlir][linalg] Fix FoldReshapeWithGenericOpByCollapsing insertion point (#133476)
Fixes dominance verifier error with
`FoldReshapeWithGenericOpByCollapsing` by setting the insertion point
after `producer`. The `tensor.collapse_shape` op only has a single
operand (`producer`) so it is safe to insert after the producer.
Signed-off-by: Ian Wood <ianwood2024@u.northwestern.edu>
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions