Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp
Stephen Tozer 1f224d889d [DebugInfo][IndVarSimplify] Propagate source loc when simplifying rem (#135399)
When IndVarSimplify simplifies a rem of the induction variable to a cmp
and select, only the select currently receives the rem's source
location; this patch propagates it to the cmp as well.

Found using https://github.com/llvm/llvm-project/pull/107279.
2025-04-17 17:30:09 +01:00

86 KiB