search for: htberblock

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

2011 Nov 08
1
[LLVMdev] About hyperblock in LLVM
...ntry, single exit regions would probably be too difficult to cleanly represent. The existing LLVM optimizations that take advantage of control flow information would be effectively disabled after converting to hyperblocks. You mean hyperblock IR -> LLVM IR? [1]'s approach is LLVM IR -> htberblock IR. [1] http://llvm.org/pubs/2007-03-Computer-Trident.pdf Regards, chenwj -- Wei-Ren Chen (陳韋任) Computer Systems Lab, Institute of Information Science, Academia Sinica, Taiwan (R.O.C.) Tel:886-2-2788-3799 #1667
2011 Nov 08
0
[LLVMdev] About hyperblock in LLVM
On Nov 3, 2011, at 3:20 AM, 王文涛 wrote: > If so,LLVM have already gained the ability to produce hyperblock or I need to write codes to let LLVM produce hyperblock? You will not be able to represent hyperblocks without developing your own extensions to the IR. The extent to which you would be able to reuse LLVM optimizations after converting to your hyperblock IR (if at all) would depend on
2011 Nov 03
3
[LLVMdev] About hyperblock in LLVM
Thank you! I have read this article,and there is one dissertion about this in the attached file. What I really want to know is that if LLVM is appropriate for a block-based arch. If so,LLVM have already gained the ability to produce hyperblock or I need to write codes to let LLVM produce hyperblock? Regards, Wangwentao ,HIT On Thu, Nov 3, 2011 at 6:06 PM, 陳韋任 <chenwj