[all-commits] [llvm/llvm-project] 36ec84: [mlir][linalg][bufferize][NFC] Change findValueInR...

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Oct 21 01:34:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 36ec848dc7186b9713bb69ade134f9b2b7d65070
      https://github.com/llvm/llvm-project/commit/36ec848dc7186b9713bb69ade134f9b2b7d65070
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp

  Log Message:
  -----------
  [mlir][linalg][bufferize][NFC] Change findValueInReverseUseDefChain signature

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.

Differential Revision: https://reviews.llvm.org/D111928




More information about the All-commits mailing list