Files
clang-p2996/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Nikita Popov e408f70524 [LSR] Avoid use of ConstantExpr::getCast() (NFC)
Use the constant folding API instead, which must succeed as we're
working on a ConstantInt.
2023-11-02 09:48:04 +01:00

264 KiB