Files
clang-p2996/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Eli Friedman f893dccbba Replace uses of ConstantExpr::getCompare. (#91558)
Use ICmpInst::compare() where possible, ConstantFoldCompareInstOperands
in other places. This only changes places where the either the fold is
guaranteed to succeed, or the code doesn't use the resulting compare if
we fail to fold.
2024-05-09 16:50:01 -07:00

295 KiB