search for: minghwa

Displaying 3 results from an estimated 3 matches for "minghwa".

Did you mean: minghua
2016 Apr 12
2
llvm outlining question
I'm not aware of anything else in LLVM that performs outlining. Ayal (CCed) may be able to help you regarding CodeExtractor fixes. Thanks, Michael On 12 April 2016 at 14:21, Minghwa Wang <mwang2 at cse.scu.edu> wrote: > Thank you Michael and Tom for the quick reply. > > According to your experience and comments, CodeExtractor is buggy only > works for special cases but not general enough for most usages. Then do we > have other outlining solution in llvm?...
2016 Apr 12
2
llvm outlining question
...me issues if you try to do anything untrivial with it. Michael On 12 April 2016 at 13:24, Tom Chen via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Does this do what you want > http://llvm.org/docs/doxygen/html/classllvm_1_1CodeExtractor.html? > > 2016-04-12 14:58 GMT-05:00 Minghwa Wang via llvm-dev < > llvm-dev at lists.llvm.org>: > >> Is there any support for outlining in llvm? >> >> As we know outlining is the opposite of inlining and while refactoring, >> if we can outlining common code into functions, then function merge >> (supp...
2016 Apr 12
2
llvm outlining question
Is there any support for outlining in llvm? As we know outlining is the opposite of inlining and while refactoring, if we can outlining common code into functions, then function merge (supported by llvm) can be more efficient in reducing code size. If llvm support outlining, how to use it? Any documentation for it? Thanks, Ming-Hwa -------------- next part -------------- An HTML attachment was