[PATCH] D33696: TargetMachine: Indicate whether machine verifier passes.

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 03:04:13 PDT 2017


tstellar added inline comments.


================
Comment at: lib/Target/AMDGPU/AMDGPUTargetMachine.h:73-75
+  bool isMachineVerifierClean() const override {
+    return false;
+  }
----------------
I think GCNTargetMachine should be able to return true for this, did you try this?


Repository:
  rL LLVM

https://reviews.llvm.org/D33696





More information about the llvm-commits mailing list