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