[PATCH] D29328: [mips] dla expansion without the at register

Simon Dardis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 07:01:22 PST 2017


sdardis created this revision.

Previously only the superscalar scheduled expansion of the dla macro for
MIPS64 was implemented. If assembler temporary register is not available
and the optional source register is not the destination register, synthesize
the address using the naive solution of adds and shifts.


Repository:
  rL LLVM

https://reviews.llvm.org/D29328

Files:
  lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  test/MC/Mips/macro-dla-bad.s
  test/MC/Mips/macro-dla.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29328.86425.patch
Type: text/x-patch
Size: 12505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/76aa6dfe/attachment.bin>


More information about the llvm-commits mailing list