search for: a2ce2eacfa52640d3a2feb2d46d561b85

Displaying 1 result from an estimated 1 matches for "a2ce2eacfa52640d3a2feb2d46d561b85".

2015 Apr 21
2
[LLVMdev] Using an alias analysis pass
Hello LLVMdev, I’m using LLVM to do static analysis exclusively (without any code generation). To implement this analysis, I’m using multiple address spaces to disambiguate the purpose of the pointed memory. Since address spaces never alias in my model, I set on to implement an alias analysis pass that would exactly provide this information, as I’m seeing a couple of otherwise dead store that