This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6bb60d2 [AVX-512] Add SQRT/RCP14/RNDSCALE to hasUndefRegUpdate. new 2007f37 [Coroutines] Part 5: Add CGSCC restart trigger
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/Function.h | 6 ++ lib/Transforms/Coroutines/CoroEarly.cpp | 11 ++- lib/Transforms/Coroutines/CoroElide.cpp | 30 +++++++- lib/Transforms/Coroutines/CoroInstr.h | 4 +- lib/Transforms/Coroutines/CoroInternal.h | 15 ++++ lib/Transforms/Coroutines/CoroSplit.cpp | 102 +++++++++++++++++++++++++- test/Transforms/Coroutines/restart-trigger.ll | 16 ++++ 7 files changed, 176 insertions(+), 8 deletions(-) create mode 100644 test/Transforms/Coroutines/restart-trigger.ll