We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cc1dc commit 3addfd0Copy full SHA for 3addfd0
mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
@@ -398,7 +398,7 @@ struct LowerGpuOpsToNVVMOpsPass final
398
if (!allowedDialectsSet.empty() && !allowed)
399
continue;
400
401
- auto iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect);
+ auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect);
402
if (!iface) {
403
// Error out if dialect was explicily specified but doesn't implement
404
// conversion interface.
0 commit comments