Skip to content
  • 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