This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 37d17304a31 [Reassociate] Don't canonicalize x + (-Constant * y) -> x - [...] new 1e95aaa8104 [coroutines] CoroBegin from inner coroutines should be cons [...] new 6603f56f5fd Revert r311552: [Bash-autocompletion] Add support for stati [...]
The 2 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/Option/OptParser.td | 2 - include/llvm/Option/OptTable.h | 15 +---- lib/Option/OptTable.cpp | 25 ++------ lib/Transforms/Coroutines/CoroFrame.cpp | 6 +- test/Transforms/Coroutines/coro-spill-corobegin.ll | 69 ++++++++++++++++++++++ utils/TableGen/OptParserEmitter.cpp | 26 -------- 6 files changed, 80 insertions(+), 63 deletions(-) create mode 100644 test/Transforms/Coroutines/coro-spill-corobegin.ll