[all-commits] [llvm/llvm-project] 3bdd85: [PowerPC] Set branch/call instructions as no hasSi...
Qiu Chaofan via All-commits
all-commits at lists.llvm.org
Sun Aug 29 21:23:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3bdd850d0ce74bfcde91d0b34dbde8b9331fccb4
https://github.com/llvm/llvm-project/commit/3bdd850d0ce74bfcde91d0b34dbde8b9331fccb4
Author: Qiu Chaofan <qiucofan at cn.ibm.com>
Date: 2021-08-30 (Mon, 30 Aug 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstr64Bit.td
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/CodeGen/PowerPC/sink-down-more-instructions-1.mir
A llvm/test/CodeGen/PowerPC/sink-side-effect.ll
Log Message:
-----------
[PowerPC] Set branch/call instructions as no hasSideEffects
PowerPC can model these instructions, so we don't need this flag set.
Reviewed By: shchenz, jsji
Differential Revision: https://reviews.llvm.org/D71983
More information about the All-commits
mailing list