[PATCH] D16455: [mips] Allowed la instructions on 64-bit architectures.

Scott Egerton via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 01:44:36 PST 2016


s.egerton created this revision.
s.egerton added reviewers: dsanders, vkalintiris.
s.egerton added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.

This required the isSuperOrSubRegisterEq function in order to avoid
depending on the equality operator when comparing registers. This was
added in http://reviews.llvm.org/rL258400

http://reviews.llvm.org/D16455

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16455.45663.patch
Type: text/x-patch
Size: 25788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160122/f3e577c1/attachment.bin>


More information about the llvm-commits mailing list