[all-commits] [llvm/llvm-project] 1e1a4a: [mlir] Take ValueRange instead of ArrayRef<Value> ...

ftynse via All-commits all-commits at lists.llvm.org
Mon Sep 7 06:18:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e1a4a481987f77fe3e6debc015c1d07af249258
      https://github.com/llvm/llvm-project/commit/1e1a4a481987f77fe3e6debc015c1d07af249258
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-09-07 (Mon, 07 Sep 2020)

  Changed paths:
    M mlir/include/mlir/EDSC/Builders.h

  Log Message:
  -----------
  [mlir] Take ValueRange instead of ArrayRef<Value> in StructuredIndexed

This was likely overlooked when ValueRange was first introduced. There is no
reason why StructuredIndexed needs specifically an ArrayRef so use ValueRange
for better type compatibility with the rest of the APIs.

Reviewed By: nicolasvasilache, mehdi_amini

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




More information about the All-commits mailing list