[llvm-dev] struct within a struct vs struct with its fields copied
Hayden Livingston via llvm-dev
llvm-dev at lists.llvm.org
Tue Aug 25 08:48:15 PDT 2015
I'm not familiar with how LLVM will optimize or behave given:
struct F { int }
Struct G { int, int }
Struct H { F, int }
Is there a difference between G & H w.r.t to optimizations?
More information about the llvm-dev
mailing list