Commit d2173d8f authored by Simon Pilgrim's avatar Simon Pilgrim
Browse files

[InstCombine] foldFCmpIntToFPConst - simplify repeated calls to...

[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.
parent 7f3980a7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment