[cfe-dev] SSA form in Clang

Hayden Livingston halivingston at gmail.com
Fri May 1 02:58:04 PDT 2015


For my project (a subset of C) I'm trying to do optimizations at the
source level language and wondering why Clang doesn't have an SSA form
representation.

Is it not useful, since LLVM does almost all the optimizations?



More information about the cfe-dev mailing list