[PATCH] D78586: [MachineVerifier] Add more checks for registers in live-in lists.

Zhang Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 18:58:24 PDT 2020


ZhangKang added a comment.

Some CodeGen Passes or Target Passes has disabled Machine Verification. There are 23 CodeGen passes has disabled Machine Verification in TargetPassConfig.cpp.
If we enable Machine Verification for all passes, we will found more failed cases for liveness, it will expose more bugs..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78586





More information about the llvm-commits mailing list