[PATCH] D79056: [mlir][IR] Add a Region::getOps method that returns a range of immediately nested operations

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 18:18:58 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1e4faf23ffde: [mlir][IR] Add a Region::getOps method that returns a range of immediately… (authored by rriddle).

Changed prior to commit:
  https://reviews.llvm.org/D79056?vs=260807&id=261981#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79056/new/

https://reviews.llvm.org/D79056

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79056.261981.patch
Type: text/x-patch
Size: 21558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/6455c75a/attachment.bin>


More information about the llvm-commits mailing list