mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-19 02:08:06 +00:00
Include X86CallFrameOptimization in the opt-bisect process.
Differential Revision: https://reviews.llvm.org/D23683 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279175 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
303a259afd
commit
0f27e30a6f
@ -225,7 +225,7 @@ bool X86CallFrameOptimization::runOnMachineFunction(MachineFunction &MF) {
|
||||
assert(isPowerOf2_32(SlotSize) && "Expect power of 2 stack slot size");
|
||||
Log2SlotSize = Log2_32(SlotSize);
|
||||
|
||||
if (!isLegal(MF))
|
||||
if (skipFunction(*MF.getFunction()) || !isLegal(MF))
|
||||
return false;
|
||||
|
||||
unsigned FrameSetupOpcode = TII->getCallFrameSetupOpcode();
|
||||
|
Loading…
x
Reference in New Issue
Block a user