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.
George
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.
George
Nope. An internal pass to llvm converts it.
-eric