[PATCH] D70202: [mips] Enable `la` pseudo instruction on 64-bit arch
Simon Atanasyan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 13 12:28:45 PST 2019
atanasyan created this revision.
atanasyan added reviewers: Petar.Avramovic, mstojanovic, mbrkusanin.
Herald added subscribers: jrtc27, hiraditya, arichardson, sdardis.
Herald added a project: LLVM.
This patch makes LLVM compatible with GAS. It accepts `la` pseudo instruction on 64-bit arch and just shows a warning.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70202
Files:
llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
llvm/test/MC/Mips/macro-la-64bit.s
llvm/test/MC/Mips/macro-la-bad.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70202.229154.patch
Type: text/x-patch
Size: 26801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191113/47b27462/attachment.bin>
More information about the llvm-commits
mailing list