Skip to content
  • Alexander Richardson's avatar
    85e200e9
    Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC · 85e200e9
    Alexander Richardson authored
    There are quite a few if statements that enumerate all these cases. It gets
    even worse in our fork of LLVM where we also have a Triple::cheri (which
    is mips64 + CHERI instructions) and we had to update all if statements that
    check for Triple::mips64 to also handle Triple::cheri. This patch helps to
    reduce our diff to upstream and should also make some checks more readable.
    
    Reviewed By: atanasyan
    
    Differential Revision: https://reviews.llvm.org/D48548
    
    llvm-svn: 335493
    85e200e9
    Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
    Alexander Richardson authored
    There are quite a few if statements that enumerate all these cases. It gets
    even worse in our fork of LLVM where we also have a Triple::cheri (which
    is mips64 + CHERI instructions) and we had to update all if statements that
    check for Triple::mips64 to also handle Triple::cheri. This patch helps to
    reduce our diff to upstream and should also make some checks more readable.
    
    Reviewed By: atanasyan
    
    Differential Revision: https://reviews.llvm.org/D48548
    
    llvm-svn: 335493
Loading