llvm-project/llvm/test/Transforms/Coroutines
Danila Kutenin 19e83a9b4c [ValueTracking] Pointer is known nonnull after load/store
If the pointer was loaded/stored before the null check, the check
is redundant and can be removed. For now the optimizers do not
remove the nullptr check, see https://gcc.godbolt.org/z/H2r5GG.
The patch allows to use more nonnull constraints. Also, it found
one more optimization in some PowerPC test. This is my first llvm
review, I am free to any comments.

Differential Revision: https://reviews.llvm.org/D71177
2019-12-11 20:32:29 +01:00
..
ArgAddr.ll
coro-alloc-with-param.ll [coroutine] Fixes "cannot move instruction since its users are not dominated by CoroBegin" problem. 2019-08-15 00:48:51 +00:00
coro-catchswitch.ll
coro-cleanup.ll
coro-debug.ll Extend coroutines to support a "returned continuation" lowering. 2019-08-14 03:53:17 +00:00
coro-early.ll IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
coro-eh-aware-edge-split.ll
coro-elide.ll
coro-frame-arrayalloca.ll [coroutines] Fix spills of static array allocas 2019-05-13 23:58:24 +00:00
coro-frame-unreachable.ll
coro-frame.ll
coro-heap-elide.ll
coro-materialize.ll
coro-padding.ll
coro-param-copy.ll [coroutine] Fixes "cannot move instruction since its users are not dominated by CoroBegin" problem. 2019-08-15 00:48:51 +00: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
coro-spill-corobegin.ll
coro-split-00.ll
coro-split-01.ll
coro-split-02.ll
coro-split-alloc.ll
coro-split-dbg.ll
coro-split-eh.ll
coro-split-hidden.ll
coro-split-musttail.ll
coro-swifterror.ll [ValueTracking] Pointer is known nonnull after load/store 2019-12-11 20:32:29 +01:00
ex0.ll
ex1.ll
ex2.ll
ex3.ll
ex4.ll
ex5.ll
no-suspend.ll
phi-coro-end.ll
restart-trigger.ll
smoketest.ll