Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
Nikita Popov 815a1bb53a [SystemZ] Use getSignedConstant() where necessary (#117181)
This will avoid assertion failures once we disable implicit truncation
in getConstant().

Inside adjustSubwordCmp() I ended up suppressing the issue with an
explicit cast, because this code deals with a mix of unsigned and signed
immediates.
2024-11-25 09:47:49 +01:00

12 KiB