This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg][bufferize][NFC] Change findValueInReverseUseDefChain signature
ClosedPublic

Authored by springerm on Oct 16 2021, 12:06 AM.

Details

Summary

This commit is in preparation for scf.if support.

  • condition in findValueInReverseUseDefChain takes a Value instead of OpOperand*.
  • Return a SetVector<Value> instead of a single Value. This SetVector always contains exactly one Value at the moment.

Depends On D111927

Diff Detail

Event Timeline

springerm created this revision.Oct 16 2021, 12:06 AM
springerm requested review of this revision.Oct 16 2021, 12:06 AM
This revision is now accepted and ready to land.Oct 20 2021, 11:56 PM
This revision was landed with ongoing or failed builds.Oct 21 2021, 1:34 AM
This revision was automatically updated to reflect the committed changes.