Files
clang-p2996/llvm/lib/Analysis/ScalarEvolution.cpp
Florian Hahn 7d274aa9be [SCEV] Add support for x != 0 to CollectCondition.
Add support for NE predicates with 0 constants. Those can be translated
to UMaxExpr(x, 1).
2020-09-25 18:58:55 +01:00

483 KiB