"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "f76486ac8a3aa808a42e3c7ad44907507a5f02db"
Implement CBE support for first-class structs and array values,
and insertvalue and extractvalue instructions. First-class array values are not trivial because C doesn't support them. The approach I took here is to wrap all arrays in structs. Feedback is welcome. The 2007-01-15-NamedArrayType.ll test needed to be modified because it has a "not grep" for a string that now exists, because array types now have associated struct types, and those struct types have names. llvm-svn: 51881
Loading
Please register or sign in to comment