Skip to content

Commit 090b461

Browse files
committed
Revert "SPIRV: Set NoPHIs property after selection"
This reverts commit 5529880.
1 parent 76f6ab8 commit 090b461

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/lib/Target/SPIRV/SPIRVTargetMachine.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ class SPIRVInstructionSelect : public InstructionSelect {
269269
return InstructionSelect::getRequiredProperties().reset(
270270
MachineFunctionProperties::Property::RegBankSelected);
271271
}
272-
273-
MachineFunctionProperties getClearedProperties() const override {
274-
// No generic Phis remain, replaced with OpPhi
275-
return InstructionSelect::getClearedProperties().reset(
276-
MachineFunctionProperties::Property::NoPHIs);
277-
}
278272
};
279273
} // namespace
280274

0 commit comments

Comments
 (0)