[LLVMdev] if-conversion

Eli Friedman eli.friedman at gmail.com
Tue Jan 20 08:25:30 PST 2009


On Tue, Jan 20, 2009 at 2:29 AM, Ralf Karrenberg <Chareos at gmx.de> wrote:
> I want to transform branches into serial code with select-instructions
> as a pre-processing step for further transformations.

SimplifyCFG should be doing this transform in very simple cases.
Depending on what you're doing, though, its might not be aggressive
enough.

-Eli



More information about the llvm-dev mailing list