Skip to content
  1. Jun 18, 2008
  2. Jun 17, 2008
  3. Jun 16, 2008
  4. Jun 14, 2008
  5. Jun 13, 2008
  6. Jun 12, 2008
  7. Jun 11, 2008
  8. Jun 09, 2008
  9. Jun 08, 2008
    • Duncan Sands's avatar
      Remove comparison methods for MVT. The main cause · 11dd4245
      Duncan Sands authored
      of apint codegen failure is the DAG combiner doing
      the wrong thing because it was comparing MVT's using
      < rather than comparing the number of bits.  Removing
      the < method makes this mistake impossible to commit.
      Instead, add helper methods for comparing bits and use
      them.
      
      llvm-svn: 52098
      11dd4245
Loading