The wrong name was confusing to read. value.getUsers() yields
Operation *s.
Depends on D77483.
Differential D77486
[MLIR][NFC] fix name operand -> op Authored by bondhugula on Apr 4 2020, 10:11 PM.
Details
Diff Detail
Event Timeline
Comment Actions Rename op -> userOp
| ||||||||||||||||||||||||
Can you change this to just op->getUsers()? It is cleaner and more efficient.