[clang] [flang] [llvm] [TargetVerifier][AMDGPU] Add TargetVerifier. (PR #123609)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 08:18:43 PDT 2025


================
@@ -481,6 +481,9 @@ static cl::opt<bool> HasClosedWorldAssumption(
     cl::desc("Whether has closed-world assumption at link time"),
     cl::init(false), cl::Hidden);
 
+static cl::opt<bool> VerifyTarget("verify-tgt",
----------------
shiltian wrote:

`verify-tgt` is too broad. I'd add an `amdgpu-` prefix.

https://github.com/llvm/llvm-project/pull/123609


More information about the llvm-commits mailing list