[llvm] [CodeGen] Use first EHLabel as a stop gate for live range shrinking (PR #114195)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 02:26:37 PDT 2024


MuellerMP wrote:

An alternative solution could be eliminating phis before lrshrink, which would lower the phis into copies after the label.

https://github.com/llvm/llvm-project/pull/114195


More information about the llvm-commits mailing list