search for: release_13

Displaying 2 results from an estimated 2 matches for "release_13".

Did you mean: release_19
2013 Nov 02
2
[LLVMdev] DominanceFrontier/PostDominanceFrontier for PRE
Hi all, Does anyone know how to recreate the DominanceFronter and PostDominanceFrontier structures using the API of the latest release? To my knowledge, these are needed to implement a PRE pass (as done in the past<https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_13/lib/Transforms/Scalar/PRE.cpp>), but they were removed a while ago for efficiency reasons. Is there a better way to implement PRE using the current API, or, alternatively, is there an easier way to construct these data structures? Thanks in advance for any help you can provide. Cheers, Chris -...
2013 Nov 02
0
[LLVMdev] DominanceFrontier/PostDominanceFrontier for PRE
...t; Hi all, > > Does anyone know how to recreate the DominanceFronter and > PostDominanceFrontier structures using the API of the latest release? > To my knowledge, these are needed to implement a PRE pass (as done in > the past > <https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_13/lib/Transforms/Scalar/PRE.cpp>), > but they were removed a while ago for efficiency reasons. Is there a > better way to implement PRE using the current API, or, alternatively, > is there an easier way to construct these data structures? > > Thanks in advance for any help you ca...