Skip to content
  1. Jun 05, 2018
  2. Jun 04, 2018
  3. Jun 03, 2018
  4. Jun 02, 2018
  5. Jun 01, 2018
    • Simon Atanasyan's avatar
      [mips] Support 64-bit offsets for lb/sb/ld/sd/lld ... instructions · e80c3ce9
      Simon Atanasyan authored
      The `MipsAsmParser::loadImmediate` can load immediates of various sizes
      into a register. Idea of this change is to use `loadImmediate` in the
      `MipsAsmParser::expandMemInst` method to load offset into a register and
      then call required load/store instruction.
      
      The patch removes separate `expandLoadInst` and `expandStoreInst`
      methods and does everything in the `expandMemInst` method to escape code
      duplication.
      
      Differential Revision: https://reviews.llvm.org/D47316
      
      llvm-svn: 333774
      e80c3ce9
Loading