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 a3a55d6 commit c3224adCopy full SHA for c3224ad
mlir/lib/Dialect/DLTI/DLTI.cpp
@@ -340,6 +340,7 @@ combineOneSpec(DataLayoutSpecInterface spec,
340
"unexpected data layout entry for built-in type");
341
342
auto interface = cast<DataLayoutTypeInterface>(typeSample);
343
+ // TODO: Revisit this method and call once issue #130321 gets resolved.
344
if (!interface.areCompatible(entriesForType.lookup(kvp.first), kvp.second,
345
spec, entriesForID))
346
return failure();
0 commit comments