Files
clang-p2996/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
Jonas Paulsson 77ddcf7cbf [SystemZ] Fix bitwidth problem in FindReplicatedImm(). (#115383)
A test case emerged with an i32 truncating store of an i64 constant
operand, where the i64 constant did not fit in 32 bits, which caused
FindReplicatedImm() to crash.

Make sure to truncate the APInt in these cases.
2024-11-11 22:16:20 +01:00

377 KiB