llvm-project
a6edaeb8 - [DebugInfo][TailCallElim] Use ret DILocation for return value selects (#134825)

Commit
209 days ago
[DebugInfo][TailCallElim] Use ret DILocation for return value selects (#134825) In TailRecursionElimination we may insert a select before the return to choose the return value if necessary; this select is effectively part of the return statement, and so should use its DILocation. Found using https://github.com/llvm/llvm-project/pull/107279.
Author
Parents
Loading