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 612c9ca commit b91e48aCopy full SHA for b91e48a
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
@@ -4672,7 +4672,7 @@ struct TransferReadAfterWriteToBroadcast
4672
if (!defWrite)
4673
return failure();
4674
// Bail if we need an alias analysis.
4675
- if (!readOp.hasPureTensorSemantics() || !readOp.hasPureTensorSemantics())
+ if (!readOp.hasPureTensorSemantics() || !defWrite.hasPureTensorSemantics())
4676
4677
// Bail if we need a bounds analysis.
4678
if (readOp.hasOutOfBoundsDim() || defWrite.hasOutOfBoundsDim())
0 commit comments