[llvm-branch-commits] [llvm] [CodeGen][NPM] Add a target option to control machine verifier enablement at end of default pipelines (PR #176693)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Feb 12 09:27:46 PST 2026
https://github.com/boomanaiden154 commented:
> Yes, the existing hook controls the verification with expensive checks enabled builds (atleast I see AMDGPU enabling it). I'm trying to control the verifier being added to the default NPM pipelines in release builds too. I do see quite a few verifier failures with NPM during downstream testing and Probably the expensive checks tests aren't exhaustive enough.
So why can we not reuse the same target hook?
https://github.com/llvm/llvm-project/pull/176693
More information about the llvm-branch-commits
mailing list