Files
clang-p2996/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp
Simon Pilgrim d2173d8f53 [InstCombine] foldFCmpIntToFPConst - simplify repeated calls to getBitWidth/getScalarSizeInBits. NFC.
Noticed on #82241 - we don't need to use the IntegerType just for the scalar width, and we were calling it 3 times in different forms - we can just call Type::getScalarSizeInBits once and reuse.
2024-02-20 18:10:25 +00:00

309 KiB