search for: aliasanalysistest

Displaying 3 results from an estimated 3 matches for "aliasanalysistest".

2018 Mar 08
2
Externally loadable Alias Analysis pass
Hello, I am currently working with the implementation of CFL Andersen algorithmand I am trying to do some improvements to the Andersen algorithm. I would like to create loadable module .so and run clang with my e.g. "cfl-anders-improved.so" to avoid the "long" way - generating IR, running opt with my improved algorithm to generate optimalized code and then building it. Is a
2018 Mar 09
0
Externally loadable Alias Analysis pass
...t; }; > } > > 2018-03-09 5:38 GMT+01:00 Hal Finkel <hfinkel at anl.gov>: > >> Hi, David, >> >> We do have an infrastructure for incorporating custom AA providers into >> the pipeline. I've never tried it, but take a look at >> unittests/Analysis/AliasAnalysisTest.cpp (that may provide some of what >> you need). >> >> -Hal >> On 03/08/2018 08:52 AM, Dávid Bolvanský via llvm-dev wrote: >> >> Hello, >> >> I am currently working with the implementation of CFL Andersen >> algorithmand I am trying to do some...
2015 Jul 29
1
[LLVMdev] Error when i am using command make -j4 command in cygwin to compile safecode
...ests/Analysis' make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/ADT' make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/Bitcode' make[2]: Entering directory '/home/NIKHILREDDY/WORK/LLVM_OBJ/unittests/AsmParser' llvm[2]: Compiling AliasAnalysisTest.cpp for Release+Asserts build llvm[2]: Compiling AsmParserTest.cpp for Release+Asserts build llvm[2]: Compiling BitReaderTest.cpp for Release+Asserts build llvm[2]: Compiling APFloatTest.cpp for Release+Asserts build llvm[2]: Compiling CFGTest.cpp for Release+Asserts build llvm[2]: Linking Release+...