1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test/Transforms/Attributor
Johannes Doerfert 795d2346ea [Attributor] Collect memory accesses with their respective kind and location
In addition to a single bit per memory locations, e.g., globals and
arguments, we now collect more information about the actual accesses,
e.g., what instruction caused it, was it a read/write/read+write, and
what the underlying base pointer was. Follow up patches will make
explicit use of this.

Reviewed By: uenoku

Differential Revision: https://reviews.llvm.org/D73527
2020-02-15 02:12:04 -06:00
..
ArgumentPromotion [Attributor] Collect memory accesses with their respective kind and location 2020-02-15 02:12:04 -06:00
IPConstantProp [Attributor] Manifest simplified (return) values properly 2020-02-14 21:44:46 -06:00
reduced [Attributor][FIX] Ensure abstract attributes are existing before manifest 2020-02-14 21:44:46 -06:00
align.ll [Attributor] Use assumed information to determine side-effects 2020-02-12 17:36:38 -06:00
callbacks.ll [Attributor] Ignore uses if a value is simplified 2020-02-12 17:36:38 -06:00
dereferenceable-1.ll [Attributor][FIX] Remove FIXME that seems outdated 2020-02-10 00:55:10 -06:00
dereferenceable-2.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
heap_to_stack.ll
internal-noalias.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
liveness_chains.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
liveness.ll [Attributor] Collect memory accesses with their respective kind and location 2020-02-15 02:12:04 -06:00
lvi-after-jumpthreading.ll [Attributor] AAValueConstantRange: Value range analysis using constant range 2020-01-15 16:34:23 +09:00
lvi-for-ashr.ll [Attributor] AAValueConstantRange: Value range analysis using constant range 2020-01-15 16:34:23 +09:00
memory_locations.ll [Attributor] Collect memory accesses with their respective kind and location 2020-02-15 02:12:04 -06:00
misc.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
new_attributes.ll
noalias.ll [Attributor][FIX] Carefully strip casts in AANoAlias 2020-02-14 21:44:46 -06:00
nocapture-1.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
nocapture-2.ll [Attributor] Avoid REQUIRED dependences in favor of OPTIONAL ones 2020-01-23 18:42:46 -06:00
nofree.ll [Attributor] Collect memory accesses with their respective kind and location 2020-02-15 02:12:04 -06:00
nonnull.ll [Attributor] Ignore uses if a value is simplified 2020-02-12 17:36:38 -06:00
norecurse.ll [Attributor] Add an Attributor CGSCC pass and run it 2020-02-08 21:27:34 -06:00
noreturn_async.ll [Attributor] Collect memory accesses with their respective kind and location 2020-02-15 02:12:04 -06:00
noreturn_sync.ll [Attributor] Collect memory accesses with their respective kind and location 2020-02-15 02:12:04 -06:00
noreturn.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
nosync.ll [Attributor] Derive memory location attributes (argmemonly, ...) 2020-02-14 19:05:51 -06:00
nounwind.ll
range.ll [Attributor][FIX] Collapse undef to a proper value 2020-02-14 21:44:46 -06:00
read_write_returned_arguments_scc.ll [Attributor] Derive memory location attributes (argmemonly, ...) 2020-02-14 19:05:51 -06:00
readattrs.ll [Attributor][FIX] Handle non-pointers when following uses 2020-01-23 18:42:45 -06:00
returned.ll [Attributor] Use fine-grained liveness in all helpers 2020-02-12 17:36:38 -06:00
undefined_behavior.ll [Attributor][FIX] Collapse undef to a proper value 2020-02-14 21:44:46 -06:00
value-simplify.ll [Attributor] Manifest simplified (return) values properly 2020-02-14 21:44:46 -06:00
willreturn.ll [Attributor] Derive memory location attributes (argmemonly, ...) 2020-02-14 19:05:51 -06:00