[all-commits] [llvm/llvm-project] 1e4faf: [mlir][IR] Add a Region::getOps method that return...

River Riddle via All-commits all-commits at lists.llvm.org
Mon May 4 18:02:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e4faf23ffde601679cf8e48a9cd576918a0cf2c
      https://github.com/llvm/llvm-project/commit/1e4faf23ffde601679cf8e48a9cd576918a0cf2c
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-05-04 (Mon, 04 May 2020)

  Changed paths:
    M mlir/include/mlir/IR/Block.h
    M mlir/include/mlir/IR/BlockSupport.h
    M mlir/include/mlir/IR/Function.h
    M mlir/include/mlir/IR/OpDefinition.h
    M mlir/include/mlir/IR/Region.h
    M mlir/lib/Analysis/CallGraph.cpp
    M mlir/lib/Conversion/LoopsToGPU/LoopsToGPUPass.cpp
    M mlir/lib/IR/Region.cpp
    M mlir/lib/IR/SymbolTable.cpp
    M mlir/lib/Transforms/Inliner.cpp

  Log Message:
  -----------
  [mlir][IR] Add a Region::getOps method that returns a range of immediately nested operations

This allows for walking the operations nested directly within a region, without traversing nested regions.

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




More information about the All-commits mailing list