Files
clang-p2996/llvm/test/Transforms/IndVarSimplify
Nikita Popov c9a5e1b665 [IndVars] Check if WideInc available before trying to use it
WideInc/WideIncExpr can be null. Previously this worked out
because the comparison with WideIncExpr would fail. Now we have
accesses to WideInc prior to that. Avoid the issue with an
explicit check.

Fixes https://github.com/llvm/llvm-project/issues/106239.
2024-08-28 12:56:01 +02:00
..