[llvm] [TargetVerifier][AMDGPU] Add TargetVerifier. (PR #123609)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 06:27:52 PDT 2025
================
@@ -214,6 +214,10 @@ class LLVM_ABI Module {
/// @name Constructors
/// @{
public:
+ /// Is this Module valid as determined by one of the verification passes
+ /// i.e. Lint, Verifier, TargetVerifier.
+ bool IsValid = true;
----------------
arsenm wrote:
This should not be added
https://github.com/llvm/llvm-project/pull/123609
More information about the llvm-commits
mailing list