1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib/Bitcode
Shuxin Yang 45a453cafe Use address-taken to disambiguate global variable and indirect memops.
Major steps include:
 1). introduces a not-addr-taken bit-field in GlobalVariable
 2). GlobalOpt pass sets "not-address-taken" if it proves a global varirable 
    dosen't have its address taken.
 3). AA use this info for disambiguation. 

llvm-svn: 193251
2013-10-23 17:28:19 +00:00
..
Reader Use address-taken to disambiguate global variable and indirect memops. 2013-10-23 17:28:19 +00:00
Writer Use address-taken to disambiguate global variable and indirect memops. 2013-10-23 17:28:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile