fcd icon indicating copy to clipboard operation
fcd copied to clipboard

Refactor AddressSpaceAAWrapperPass

Open surovic opened this issue 7 years ago • 1 comments

The simple alias analysis pass housed in fcd/pass_asaa.* is currently littered with LLVM version #ifdef directives. There was some effort to keep it tidy, but LLVMs alias analysis has seen a lot of changes from 3.5 onwards. The pass could use a refactor.

surovic avatar Apr 29 '18 21:04 surovic

Might be relevant Custom Alias Analysis in LLVM

surovic avatar Apr 30 '18 22:04 surovic