Skip to content

Commit c3224ad

Browse files
committed
add TODO
1 parent a3a55d6 commit c3224ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mlir/lib/Dialect/DLTI/DLTI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,7 @@ combineOneSpec(DataLayoutSpecInterface spec,
340340
"unexpected data layout entry for built-in type");
341341

342342
auto interface = cast<DataLayoutTypeInterface>(typeSample);
343+
// TODO: Revisit this method and call once issue #130321 gets resolved.
343344
if (!interface.areCompatible(entriesForType.lookup(kvp.first), kvp.second,
344345
spec, entriesForID))
345346
return failure();

0 commit comments

Comments
 (0)