[Mlir-commits] [llvm] [mlir] [MLIR][NVVM] Add NVVMRequiresSM op trait (PR #126886)
Srinivasa Ravi
llvmlistbot at llvm.org
Wed May 7 23:24:57 PDT 2025
================
@@ -1536,7 +1537,7 @@ LogicalResult
NVVMTargetAttr::verify(function_ref<InFlightDiagnostic()> emitError,
int optLevel, StringRef triple, StringRef chip,
StringRef features, DictionaryAttr flags,
- ArrayAttr files) {
+ ArrayAttr files, bool verifyTarget) {
----------------
Wolfram70 wrote:
This flag is used through `getVerifyTarget()` in the `NVVMTargetAttr::verifyTarget()` method. I've added it here as a parameter to match the signature of the `verify` method.
https://github.com/llvm/llvm-project/pull/126886
More information about the Mlir-commits
mailing list