[all-commits] [llvm/llvm-project] ccbfcf: [SystemZ] Handle huge immediates in SystemZInstrIn...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Fri Oct 15 10:09:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccbfcfda1e21f95498ec9b00504b929fcc297a13
https://github.com/llvm/llvm-project/commit/ccbfcfda1e21f95498ec9b00504b929fcc297a13
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/test/CodeGen/SystemZ/int-const-02.ll
Log Message:
-----------
[SystemZ] Handle huge immediates in SystemZInstrInfo::loadImmediate().
This is needed during isel pseudo expansion in order not to crash on huge
immediates.
Review: Ulrich Weigand
More information about the All-commits
mailing list