1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Matt Arsenault ad27d24acf Allow subclassing ExternalAA
This allows testing AMDGPU alias analysis like any
other alias analysis pass. This fixes the existing
test pointlessly running opt -O3 when it really
just wants to run the one analysis.

Before there was no way to test this using -aa-eval
with opt, since the default constructed pass
is run. The wrapper subclass allows the
default constructor to pass the necessary callback.

llvm-svn: 346353
2018-11-07 20:26:42 +00:00
..
2018-11-05 22:44:19 +00:00
2018-11-05 22:44:19 +00:00
2018-11-07 20:26:42 +00:00
2018-11-05 22:44:19 +00:00
2018-11-07 14:35:36 +00:00
2018-11-05 22:44:19 +00:00