OSDN Git Service

[bindings/go] Add coroutine passes
authorwhitequark <whitequark@whitequark.org>
Sun, 19 Aug 2018 23:40:05 +0000 (23:40 +0000)
committerwhitequark <whitequark@whitequark.org>
Sun, 19 Aug 2018 23:40:05 +0000 (23:40 +0000)
commitb52e8dcdd124b880ec626059dbfd2ef38c7c4f85
treece410b633480b6dc0cbc82d48f68b49291a32eba
parent7c767e2cf3df4e1a5fbef7d75089d9c4250b61b7
[bindings/go] Add coroutine passes

Add Go bindings for CoroEarly, CoroSplit, CoroElide and CoroCleanup.

Differential Revision: https://reviews.llvm.org/D50951

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340148 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/go/llvm/transforms_coroutines.go [new file with mode: 0644]
tools/llvm-go/llvm-go.go