llvm::RegBankSelectPass::getClearedProperties

Return the properties this pass clears on the machine function.

Synopsis

Declared in <llvm/CodeGen/GlobalISel/RegBankSelect.h>

MachineFunctionProperties
getClearedProperties() const;

Description

Register bank selection may introduce PHIs that later passes must not assume are absent.

Return Value

Properties clearing NoPHIs.