CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/07/28 07:25:25
Modified files:
gnu/llvm/lib/Target/Mips/AsmParser: MipsAsmParser.cpp
Log message:
Address a few issues in the expansion of li.d and li.s:
- In the N64 mode, properly load the whole immediate value
in the destination register even if the lower 32 bits are zero.
- Ensure correct alignment of memory operands.
- Fix the endianess of memory operands.
