[all-commits] [llvm/llvm-project] 63d1dc: Add a doc/tutorial on traversing the IR
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Mon Sep 7 17:07:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 63d1dc66658fa072c6e0caba6c97e00da37555ce
https://github.com/llvm/llvm-project/commit/63d1dc66658fa072c6e0caba6c97e00da37555ce
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-09-08 (Tue, 08 Sep 2020)
Changed paths:
A mlir/docs/Tutorials/UnderstandingTheIRStructure.md
A mlir/docs/includes/img/DefUseChains.svg
A mlir/docs/includes/img/Use-list.svg
A mlir/test/IR/print-ir-defuse.mlir
A mlir/test/IR/print-ir-nesting.mlir
M mlir/test/lib/IR/CMakeLists.txt
A mlir/test/lib/IR/TestPrintDefUse.cpp
A mlir/test/lib/IR/TestPrintNesting.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
Add a doc/tutorial on traversing the IR
Reviewed By: stephenneuendorffer
Differential Revision: https://reviews.llvm.org/D87221
More information about the All-commits
mailing list