Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
Nikita Popov eb5199e8d4 [InstCombine] Avoid some uses of ConstantExpr::getLShr() (NFC)
Use the constant folding API instead. As we're working on
ImmConstant, it is guaranteed to succeed.
2023-11-10 15:46:14 +01:00

73 KiB