search for: recmii

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

2012 Oct 31
3
[LLVMdev] : Predication on SIMD architectures and LLVM
...ction and post register allocation. This is problematic because some of the earlier optimizations such as loop unrolling should ideally be applied on if-converted code, on which it is easier to judge the opportunities for, e.g., modulo scheduling and initiation interval constraints (such as ResMII, RecMII). In my view, the ideal would be to have very generic, full (OpenIMPACT-like) predication support throughout LLVM, with the option of enabling/skipping early if-conversion just like one can enable or disable aggressive inlining. Best, Bjorn De Sutter Computer Systems Lab Ghent University
2012 Nov 01
0
[LLVMdev] : Predication on SIMD architectures and LLVM
...ction and post register allocation. This is problematic because some of the earlier optimizations such as loop unrolling should ideally be applied on if-converted code, on which it is easier to judge the opportunities for, e.g., modulo scheduling and initiation interval constraints (such as ResMII, RecMII). > > In my view, the ideal would be to have very generic, full (OpenIMPACT-like) predication support throughout LLVM, with the option of enabling/skipping early if-conversion just like one can enable or disable aggressive inlining. > > Best, > > Bjorn De Sutter > Computer...