Files
clang-p2996/llvm/lib/Transforms/AggressiveInstCombine
Nikita Popov 3a2fbf547d [AggressiveInstCombine] Avoid use of ConstantExpr::getIntegerCast() (NFC)
This transform only deals in truncations, so use
ConstantExpr::getTrunc() instead of ConstantExpr::getIntegerCast()
to clarify what operation is being performed here.
2023-11-01 12:22:56 +01:00
..