Skip to content
  1. Jun 16, 2011
    • Owen Anderson's avatar
      Add a new MVT::untyped. This will be used in future work for modelling ISA... · 96adc4a5
      Owen Anderson authored
      Add a new MVT::untyped.  This will be used in future work for modelling ISA features like register pairs and lists with "interesting" constraints (such as ARM NEON contiguous register lists or even-odd paired registers).  We need to be able to generate these instructions (often from intrinsics), but don't want to have to assign a legal type to them.  Instead, we'll use an "untyped" edge to bypass the type-checking and simply ensure that the register classes match.
      
      llvm-svn: 133106
      96adc4a5
  2. Jun 15, 2011
  3. Jun 14, 2011
  4. Jun 13, 2011
  5. Jun 12, 2011
  6. Jun 11, 2011
  7. Jun 10, 2011
  8. Jun 09, 2011
Loading