llvm-project
7ab7bc72 - [MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function arguments (#160755)

Commit
6 days ago
[MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function arguments (#160755) In #153973 I added the correctly handling of block arguments, unfortunately this was gated on operation that also have results. This wasn't intentional and this excluded operations like function from being correctly processed.
Author
Parents
Loading