[all-commits] [llvm/llvm-project] 2f8266: [PowerPC] Let base implementation decide if MI is ...
Kai Luo via All-commits
all-commits at lists.llvm.org
Mon Dec 18 01:39:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f82662ce901c6666fceb9c6c5e0de216a1c9667
https://github.com/llvm/llvm-project/commit/2f82662ce901c6666fceb9c6c5e0de216a1c9667
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-12-18 (Mon, 18 Dec 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Log Message:
-----------
[PowerPC] Let base implementation decide if MI is rematerizable by default (#75772)
If MI is not PPC specific instructions, let base implementation decide
if MI is rematerizable.
This can fix failure in #75570 after #75271 .
More information about the All-commits
mailing list