[all-commits] [llvm/llvm-project] c83214: [mlir] Allow constructing a ValueRange from an Arr...

River Riddle via All-commits all-commits at lists.llvm.org
Wed Feb 12 09:54:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c832145960736a7d531d264dcba59967d38bfc81
      https://github.com/llvm/llvm-project/commit/c832145960736a7d531d264dcba59967d38bfc81
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M mlir/include/mlir/IR/FunctionSupport.h
    M mlir/include/mlir/IR/OperationSupport.h
    M mlir/lib/Dialect/LoopOps/LoopOps.cpp
    M mlir/test/EDSC/builder-api-test.cpp

  Log Message:
  -----------
  [mlir] Allow constructing a ValueRange from an ArrayRef<BlockArgument>

Summary: This was a missed case when ValueRange was originally added, and allows for constructing a ValueRange from the arguments of a block.

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




More information about the All-commits mailing list