[cfe-dev] clang and ssa

Eric Christopher echristo at apple.com
Tue May 17 15:45:47 PDT 2011


On May 17, 2011, at 3:31 PM, George Baah wrote:

> Hi All,
>    Does the IR generated by clang automatically in SSA form? Currently, I am not 
> seeing phi functions when I compile with clang. Thanks.

Nope. An internal pass to llvm converts it.

-eric




More information about the cfe-dev mailing list