[all-commits] [llvm/llvm-project] 2280cb: Add Operation::moveAfter
Geoffrey Martin-Noble via All-commits
all-commits at lists.llvm.org
Fri May 8 15:34:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2280cb880d2fb5f9ff57c06ebd3b4dae14405267
https://github.com/llvm/llvm-project/commit/2280cb880d2fb5f9ff57c06ebd3b4dae14405267
Author: Geoffrey Martin-Noble <gcmn at google.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M mlir/include/mlir/IR/Operation.h
M mlir/lib/IR/Operation.cpp
Log Message:
-----------
Add Operation::moveAfter
This revision introduces an Operation::moveAfter mirroring
Operation::moveBefore to move an operation after another
existing operation or an iterator in a specified block.
Resolves https://bugs.llvm.org/show_bug.cgi?id=45799
Differential Revision: https://reviews.llvm.org/D79640
More information about the All-commits
mailing list