[all-commits] [llvm/llvm-project] 00570c: [bindings/go] Add RemoveFromParentAsInstruction
Ayke via All-commits
all-commits at lists.llvm.org
Mon Feb 24 10:39:17 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00570c2f18872ce0a1f68cc73e7e259ad67aa60d
https://github.com/llvm/llvm-project/commit/00570c2f18872ce0a1f68cc73e7e259ad67aa60d
Author: Ayke van Laethem <aykevanlaethem at gmail.com>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M llvm/bindings/go/llvm/ir.go
Log Message:
-----------
[bindings/go] Add RemoveFromParentAsInstruction
This allows removing instructions without erasing them. They can then be
added somewhere else in the IR using Builder.Insert().
More information about the All-commits
mailing list