[all-commits] [llvm/llvm-project] ea48bf: [PowerPC][NFC] Do not produce i64 constants in 32-...
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Fri Mar 19 20:55:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea48bf8649e12db8dc85078b001b9cc8d52a72b5
https://github.com/llvm/llvm-project/commit/ea48bf8649e12db8dc85078b001b9cc8d52a72b5
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
M llvm/lib/Target/PowerPC/PPCInstrPrefix.td
Log Message:
-----------
[PowerPC][NFC] Do not produce i64 constants in 32-bit mode
There are some instances where we produce constants of type MVT::i64
unconditionally in the target DAG combines. This is not actually
valid in 32-bit mode.
More information about the All-commits
mailing list