search for: initialize_ag_pass_begin

Displaying 4 results from an estimated 4 matches for "initialize_ag_pass_begin".

2013 Jul 10
2
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
Dear All, I'm trying to add a new alias analysis to the alias analysis group in LLVM 3.2. This new pass is linked statically into a tool that lives outside the LLVM source tree, so I'm trying to avoid making patches to the LLVM sources. I've added the INITIALIZE_AG_PASS_BEGIN() and INITIALIZE_AG_PASS_END() code to the pass, manually scheduled it before the MemoryDependenceAnalysis pass, and have tried making it a FunctionPass and an ImmutablePass, but no matter what I do, it seems like MemoryDependenceAnalysis and other passes keep using the -no-aa default pass ins...
2013 Jul 10
0
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
...> Dear All, > > I'm trying to add a new alias analysis to the alias analysis group in LLVM > 3.2. This new pass is linked statically into a tool that lives outside the > LLVM source tree, so I'm trying to avoid making patches to the LLVM sources. > > I've added the INITIALIZE_AG_PASS_BEGIN() and INITIALIZE_AG_PASS_END() > code to the pass, manually scheduled it before the MemoryDependenceAnalysis > pass, and have tried making it a FunctionPass and an ImmutablePass, but no > matter what I do, it seems like MemoryDependenceAnalysis and other passes > keep using the -no-aa d...
2013 Jul 10
1
[LLVMdev] Problem Adding New Pass to Alias Analysis Group
...I'm trying to add a new alias analysis to the alias analysis group > in LLVM 3.2. This new pass is linked statically into a tool that > lives outside the LLVM source tree, so I'm trying to avoid making > patches to the LLVM sources. > > I've added the INITIALIZE_AG_PASS_BEGIN() and > INITIALIZE_AG_PASS_END() code to the pass, manually scheduled it > before the MemoryDependenceAnalysis pass, and have tried making it > a FunctionPass and an ImmutablePass, but no matter what I do, it > seems like MemoryDependenceAnalysis and other passes keep us...
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message ----- > From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Vaivaswatha Nagaraj" <vn at compilertree.com> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, December 3, 2015 4:41:46 AM > Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA > >