[all-commits] [llvm/llvm-project] d1a688: [mlir-c] Add Region iterators matching Block & Ope...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Nov 9 17:53:17 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1a688ce0e19754b7eecfe56ddf14cc7bc6813ef
https://github.com/llvm/llvm-project/commit/d1a688ce0e19754b7eecfe56ddf14cc7bc6813ef
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-11-09 (Tue, 09 Nov 2021)
Changed paths:
M mlir/include/mlir-c/IR.h
M mlir/lib/CAPI/IR/IR.cpp
M mlir/test/CAPI/ir.c
Log Message:
-----------
[mlir-c] Add Region iterators matching Block & Operation ones
Enables using the same iterator interface to these even though underlying storage is different.
Differential Revision: https://reviews.llvm.org/D113512
More information about the All-commits
mailing list