[llvm] [SCEV] Fix infinite recursion in getZeroExtendExpr via missing Depth propagation (PR #184958)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 6 06:24:55 PST 2026
================
----------------
dean-mccoppin wrote:
You're right, the test was written by hand without being able to verify it triggers the crash — I'll need to obtain the actual IR from the crash reproducer. Could you share what the IR looks like at the point of crash, or should I try to reproduce it by running the original C input through the full -O3 pipeline to get the IR that reaches LSR?
https://github.com/llvm/llvm-project/pull/184958
More information about the llvm-commits
mailing list