[PATCH] D111386: RFC: [Hexagon] Mark target as not "machine verifier clean"

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 8 08:27:58 PDT 2021


kparzysz added a comment.

I guess you could add a target hook to `TargetMachine` to query whether the target wants to run the verifier at that stage, e.g.

  addPass(createSomePreEmitPass(), TM->verifyCode(kPreEmit));

or something like that.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111386/new/

https://reviews.llvm.org/D111386



More information about the llvm-commits mailing list