[llvm-dev] ARC target support for jumps with LImm

Pete Couperus via llvm-dev llvm-dev at lists.llvm.org
Wed Apr 4 10:22:38 PDT 2018


Hello,

Thanks for the interest here!
We are (slowly) adding support for more of the ISA.
If you have specific items you're interested in seeing (jump/branches with LImms), that helps prioritize the order in which we try to post things.
Let me know if you have any other questions here.

Pete


From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Wagner, Ilya via llvm-dev
Sent: Wednesday, April 04, 2018 9:15 AM
To: llvm-dev at lists.llvm.org
Subject: [llvm-dev] ARC target support for jumps with LImm

Hello,

I noticed that ARC target code is missing support for jumps with long (32-bit) immediate. Arithmetic and load/store operations for LImm are supported but jumps and branches are not present in the decoder tables and do not disassemble correctly.
Is there a plan to add those in the future?

Thanks!

ilya


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180404/5c33c5b5/attachment.html>


More information about the llvm-dev mailing list