Displaying 2 results from an estimated 2 matches for "bdd7ae97".
2010 Apr 10
3
[LLVMdev] The "scope" of passes
hi all,
i have some thing not so sure about "scope" of llvm passes:
suppose i have a function pass PassF and a BasicBlock analysis pass PassB.
if i want to use the analysis result of PassB for a BasicBlock in PassF, i
think i can create PassB in runOnFunction of PassF, and call runOnBasicBlock
manually to get the result:
PassB pb; //create a PassB
//we also need consider the analysis
2010 Apr 13
2
[LLVMdev] The "scope" of passes
...not.
so, is there any special reason that only "addLowerLevelRequiredPass" is
allow?
>
>> -- John T.
>
>
--best regards
ether
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100413/bdd7ae97/attachment.html>