Displaying 1 result from an estimated 1 matches for "cfglinearization".
2012 Jan 06
1
[LLVMdev] Single Exit Loops
...at github if you want to take a
> look at it:
>
> github.com/karrenberg/whole-**function-vectorization<http://github.com/karrenberg/whole-function-vectorization>
>
> The most important classes are probably "MaskGeneration",
> "SelectGeneration", and "CFGLinearization" if you are targeting a machine
> without predicated execution.
> The basis for the control-flow linearization is derived from Allen and
> Kennedy's "Conversion of control dependence to data dependence" (1983).
> A detailed description of what we do is given in our co...