Skip to content
  1. Jun 04, 2008
  2. Jun 03, 2008
  3. Jun 02, 2008
    • Dan Gohman's avatar
      Implement CBE support for first-class structs and array values, · 4e8a512f
      Dan Gohman authored
      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
      4e8a512f
Loading