Displaying 2 results from an estimated 2 matches for "brumar".
2020 Jul 01
2
Inner Loop extraction in LLVM
...ion, ...).
Extracting a single basic block is probably easier still. Again, assuming you do not want to update analyses.
If you want more details or think I haven't grasped the essence of your questions, feel free to say so :)
~ Johannes
On 7/1/20 4:23 PM, iulian brumar via llvm-dev wrote:
Hello everyone,Quick question about loop extraction in llvm. I've been using the LoopExtractor pass in llvm/lib/Transforms/IPO/LoopExtractor.cpp to extract top level loops from programs.I'm wondering if extracting inner-most loops is any more complex than using the B...
2020 Jul 01
2
Inner Loop extraction in LLVM
Hello everyone,
Quick question about loop extraction in llvm. I've been using the LoopExtractor pass in llvm/lib/Transforms/IPO/LoopExtractor.cpp to extract top level loops from programs.
I'm wondering if extracting inner-most loops is any more complex than using the BlockExtractor pass in llvm/lib/Transforms/IPO/BlockExtractor.cpp and making sure that the basic blocks in the extracted