Skip to content

Commit a1f9988

Browse files
author
Xu, Xiaohui1
committed
enable broadcast op fusion
1 parent 3ef9f3a commit a1f9988

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/gc/Analysis/VectorBasedFusionAnalysis.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ bool hasDataDependency(Operation *op1, Operation *op2) {
207207
if (isa<vector::BroadcastOp>(op2))
208208
return true;
209209

210-
if (isa<vector::BroadcastOp>(op1))
211-
return true;
212-
213210
// only special operation may cause data dependency
214211
if (!isSpecialOp(op1))
215212
return hasDataDependency(op2, op1);

0 commit comments

Comments
 (0)