OSDN Git Service

[coroutines] Allow rematerialization upto 4 times. Remove incorrect assert
authorGor Nishanov <GorNishanov@gmail.com>
Wed, 24 May 2017 23:01:02 +0000 (23:01 +0000)
committerGor Nishanov <GorNishanov@gmail.com>
Wed, 24 May 2017 23:01:02 +0000 (23:01 +0000)
commit1c3064b7b3a01fe7d499bcb96e3cfd7e189a250c
tree6de850ba076fd3b46fc0a3934931beb23cf50d3e
parentd47a423c5e01a7f6d95f274e0fc7d2c6dab1b778
[coroutines] Allow rematerialization upto 4 times. Remove incorrect assert

Reviewers: majnemer

Subscribers: EricWF, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303819 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Coroutines/CoroFrame.cpp
test/Transforms/Coroutines/coro-materialize.ll [new file with mode: 0644]