Files
clang-p2996/llvm/lib/CodeGen/LiveRangeShrink.cpp
Mirko 5e02fd8d0b [CodeGen][X86] LiveRangeShrink: fix increment after end (#115276)
This fixes the infinite loop discovered in #114195. 
Since we skip debug instructions at the start of the loop we do not need
to skip them again at the end of the loop.
2024-11-08 20:25:57 -08:00

9.0 KiB