Files
clang-p2996/llvm/lib/Target/VE
Nikita Popov 03cb46d248 [CodeGen] Use getSignedConstant() in more places (#127501)
Use getSignedConstant() in a few more places, based on a search of
`\bgetConstant(-`. Most of these were fine as-is (e.g. because they work
on 64-bits), but I think it's better to use getSignedConstant()
consistently for negative numbers.
2025-02-18 09:29:25 +01:00
..