Displaying 2 results from an estimated 2 matches for "restatedrequest".
Did you mean:
restatedrequested
2016 Jul 15
4
RFC: Coroutine Optimization Passes
...Thank you,
Gor
P.S.
Option 1: https://reviews.llvm.org/D21569 (no longer relevant, since we are
removing AttrKind::Coroutine)
Option 2: https://reviews.llvm.org/D21570 (bool& Devirt in runSCC)
Option 3: https://reviews.llvm.org/D21572 (virtual bool restatedRequested())
Option 4: Fake devirtualized call in a function pass, so that RefreshSCC will
detect devirtualization and restart the pipeline by itself.
2016 Jul 15
2
RFC: Coroutine Optimization Passes
Hi all:
I've included below a brief description of coroutine related optimization
passes and some questions/thoughts related to them. Looking forward to your
feedback, comments and questions.
Thank you!
Roadmap:
========
1) Get agreement on coroutine representation and overall direction.
.. repeat 1) until happy
http://lists.llvm.org/pipermail/llvm-dev/2016-June/100838.html (Initial)