llvm-project/llvm/test/Transforms/Attributor
Johannes Doerfert a4088c75cc [Attributor][FIX] Carefully change invokes to calls (after manifest)
Before we manually inserted unreachable early but that could lead to
broken PHI nodes. Now we use the existing late modification
functionality.
2020-01-08 19:32:38 -06:00
..
ArgumentPromotion [Attributor][FIX] Carefully change invokes to calls (after manifest) 2020-01-08 19:32:38 -06:00
IPConstantProp [Attributor][FIX] Carefully change invokes to calls (after manifest) 2020-01-08 19:32:38 -06:00
align.ll [Attributor][FIX] Don't crash on ptr2int/int2ptr instructions 2020-01-03 10:43:40 -06:00
callbacks.ll [Attributor] Propagate known align from arguments to call sites arguments 2019-12-31 01:33:22 -06:00
dereferenceable-1.ll [Attributor][FIX] Do not derive nonnull and dereferenceable w/o access 2020-01-03 10:43:40 -06:00
dereferenceable-2.ll
heap_to_stack.ll [Attributor] H2S fix. 2019-12-17 20:41:09 +01:00
internal-noalias.ll
liveness.ll [Attributor][FIX] Carefully change invokes to calls (after manifest) 2020-01-08 19:32:38 -06:00
misc.ll [Attributor] Annotate the memory behavior of call site arguments 2019-12-31 01:33:21 -06:00
new_attributes.ll
noalias.ll [Attributor] Function signature rewrite infrastructure 2019-12-31 02:31:33 -06:00
nocapture-1.ll [Attributor][FIX] Do not derive nonnull and dereferenceable w/o access 2020-01-03 10:43:40 -06:00
nocapture-2.ll [Attributor] Propagate known align from arguments to call sites arguments 2019-12-31 01:33:22 -06:00
nofree.ll
nonnull.ll [Attributor][FIX] Do not derive nonnull and dereferenceable w/o access 2020-01-03 10:43:40 -06:00
norecurse.ll
noreturn.ll
noreturn_async.ll [Attributor][FIX] Carefully change invokes to calls (after manifest) 2020-01-08 19:32:38 -06:00
noreturn_sync.ll
nosync.ll [Attributor][FIX] Do not derive nonnull and dereferenceable w/o access 2020-01-03 10:43:40 -06:00
nounwind.ll
read_write_returned_arguments_scc.ll
readattrs.ll [Attributor][FIX] Do treat byval arguments special 2019-12-12 16:04:21 -06:00
returned.ll
undefined_behavior.ll [Attributor][FIX] Avoid dangling value pointers during code modification 2020-01-08 19:32:37 -06:00
value-simplify.ll [Attributor][FIX] Return CHANGED once a pessimistic fixpoint is reached. 2020-01-03 10:43:40 -06:00
willreturn.ll