[all-commits] [llvm/llvm-project] eb7698: [PowerPC][EarlyIfConversion] Do not insert `isel` ...
Kai Luo via All-commits
all-commits at lists.llvm.org
Sun Nov 19 17:17:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eb7698254ab668e53133062fbc53b9635de95c4d
https://github.com/llvm/llvm-project/commit/eb7698254ab668e53133062fbc53b9635de95c4d
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2023-11-20 (Mon, 20 Nov 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/test/CodeGen/PowerPC/early-ifcvt-no-isel.mir
Log Message:
-----------
[PowerPC][EarlyIfConversion] Do not insert `isel` if subtarget doesn't support `isel` (#72211)
Some subtargets of PPC don't support `isel` instruction, early-ifcvt
should not insert this instruction.
More information about the All-commits
mailing list