Skip to content

Commit

Permalink
[PowerPC] Remove the override of isMachineVerifierClean() to open mac…
Browse files Browse the repository at this point in the history
…hine verifier

After fix all asserts found by machine verifier in PowerPC target with following patches, 
we can activate machine verifier as default.

rL293769, rL348566, rL349030, rL349029, rL350113, rL350111, 
rL350799, rL350165, rL355378, rL352174, rL354762, rL350115

It's also found in PR#27456, https://bugs.llvm.org/show_bug.cgi?id=27456

Differential Revision: https://reviews.llvm.org/D59011

llvm-svn: 355798
  • Loading branch information
wuzish committed Mar 11, 2019
1 parent a5820cb commit 428dcd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llvm/lib/Target/PowerPC/PPCTargetMachine.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ class PPCTargetMachine final : public LLVMTargetMachine {
const Triple &TT = getTargetTriple();
return (TT.getArch() == Triple::ppc64 || TT.getArch() == Triple::ppc64le);
};

bool isMachineVerifierClean() const override {
return false;
}
};
} // end namespace llvm

Expand Down

0 comments on commit 428dcd5

Please sign in to comment.