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 8b51b62 commit ad7937dCopy full SHA for ad7937d
mlir/lib/Conversion/ConvertToLLVM/ToLLVMInterface.cpp
@@ -23,7 +23,7 @@ void mlir::populateConversionTargetFromOperation(
23
return;
24
// First time we encounter this dialect: if it implements the interface,
25
// let's populate patterns !
26
- auto iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect);
+ auto *iface = dyn_cast<ConvertToLLVMPatternInterface>(dialect);
27
if (!iface)
28
29
iface->populateConvertToLLVMConversionPatterns(target, typeConverter,
0 commit comments