This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0d2bdaf [InstCombine] use m_APInt to allow icmp eq (and X, C1), C2 fo [...] new 5964d13 [coroutines] Part 4[ab]: Coroutine Devirtualization: Lower co [...]
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/CallSite.h | 11 +++++ lib/IR/Verifier.cpp | 6 ++- lib/Transforms/Coroutines/CoroEarly.cpp | 77 ++++++++++++++++++++++++++++++-- lib/Transforms/Coroutines/CoroInstr.h | 64 ++++++++++++++++++++++++++ lib/Transforms/Coroutines/CoroInternal.h | 20 ++++++++- lib/Transforms/Coroutines/Coroutines.cpp | 64 ++++++++++++++++++++++++++ test/Transforms/Coroutines/coro-early.ll | 41 +++++++++++++++++ test/Verifier/invoke.ll | 2 +- 8 files changed, 278 insertions(+), 7 deletions(-) create mode 100644 lib/Transforms/Coroutines/CoroInstr.h create mode 100644 test/Transforms/Coroutines/coro-early.ll