llvm-project/llvm/test/Transforms/Coroutines
Jun Ma b10deb9487 [Coroutines] Optimized coroutine elision based on reachability
Differential Revision: https://reviews.llvm.org/D75440
2020-03-05 14:43:50 +08:00
..
ArgAddr.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
coro-alloc-with-param-O0.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-alloc-with-param-O2.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-catchswitch.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-cleanup-lowering.ll [Coroutines][4/6] New pass manager: coro-cleanup 2020-02-19 00:30:27 -05:00
coro-cleanup.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
coro-debug-frame-variable.ll [Coroutines] Use dbg.declare for frame variables 2020-03-03 17:13:46 -05:00
coro-debug.ll [Coroutines] Use dbg.declare for frame variables 2020-03-03 17:13:46 -05:00
coro-early.ll [Coroutines][1/6] New pass manager: coro-early 2020-02-17 13:27:48 -05:00
coro-eh-aware-edge-split-00.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-eh-aware-edge-split-01.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-eh-aware-edge-split-02.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-elide.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-frame-arrayalloca.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-frame-unreachable.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-frame.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-heap-elide.ll [Coroutines] Optimized coroutine elision based on reachability 2020-03-05 14:43:50 +08:00
coro-materialize.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-padding.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-param-copy.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-retcon-alloca.ll Update for optimizer changes. 2019-08-14 03:53:58 +00:00
coro-retcon-once-value.ll Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments to be passed back to the continuation function. 2019-08-14 03:53:26 +00:00
coro-retcon-once-value2.ll Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments to be passed back to the continuation function. 2019-08-14 03:53:26 +00:00
coro-retcon-resume-values.ll Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments to be passed back to the continuation function. 2019-08-14 03:53:26 +00:00
coro-retcon-resume-values2.ll Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments to be passed back to the continuation function. 2019-08-14 03:53:26 +00:00
coro-retcon-value.ll Generalize llvm.coro.suspend.retcon to allow an arbitrary number of arguments to be passed back to the continuation function. 2019-08-14 03:53:26 +00:00
coro-retcon.ll In coro.retcon lowering, don't explode if the optimizer messes around with the linkage of the prototype or the exact types of the yielded values. 2019-08-14 03:53:52 +00:00
coro-spill-after-phi.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-spill-corobegin.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-00.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-01.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
coro-split-02.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-alloc.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-dbg.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-eh-00.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-eh-01.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-hidden.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-musttail.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-split-musttail1.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
coro-swifterror.ll [ValueTracking] Pointer is known nonnull after load/store 2019-12-11 20:32:29 +01:00
ex0.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
ex1.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
ex2.ll [Coroutines][New pass manager] Move CoroElide pass to right position 2020-03-01 21:48:24 +08:00
ex3.ll [Coroutines][New pass manager] Move CoroElide pass to right position 2020-03-01 21:48:24 +08:00
ex4.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
ex5.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
no-suspend.ll Re-land new pass manager coro-split and coro-elide 2020-02-19 00:11:23 -05:00
phi-coro-end.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
restart-trigger.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00
smoketest.ll [Coroutines][5/6] Add coroutine passes to pipeline 2020-02-19 00:57:14 -05:00