[llvm-bugs] [Bug 41573] New: [Clang IA] missing support for msr/mrs/sys/sysl instructions
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 23 11:13:33 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=41573
Bug ID: 41573
Summary: [Clang IA] missing support for msr/mrs/sys/sysl
instructions
Product: clang
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
Assignee: unassignedclangbugs at nondot.org
Reporter: ndesaulniers at google.com
CC: kristof.beyls at arm.com, llvm-bugs at lists.llvm.org,
neeilans at live.com, oliver.stannard at arm.com,
peter.smith at linaro.org, richard-llvm at metafoo.co.uk,
srhines at google.com
The linux kernel makes use of msr/mrs instructions in inline assembly (and is
looking to add sys/sysl) for arm64. We cannot turn on Clang's integrated
assembler for arm64 due to the above instructions being unsupported.
https://godbolt.org/z/wDBpz4
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190423/06bf451a/attachment.html>
More information about the llvm-bugs
mailing list