[llvm-bugs] [Bug 42974] New: implement -ffixed-* for q* registers

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Aug 12 09:40:33 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42974

            Bug ID: 42974
           Summary: implement -ffixed-* for q* registers
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedbugs at nondot.org
          Reporter: ndesaulniers at google.com
                CC: arnaud.degrandmaison at arm.com,
                    llvm-bugs at lists.llvm.org, peter.smith at linaro.org,
                    Ties.Stuij at arm.com

For the aarch64 Linux kernel, we recently considered the use of -ffixed-* for
q* (NEON SIMD) registers. [0]

Currently, LLVM and Clang support -ffixed- for most x* registers [1], but not
any q* registers.

It's probably not too much work to implement this now in a similar fashion to
the x* registers, especially now with the monorepo.

[0] https://www.spinics.net/lists/linux-crypto/msg41373.html
[1] see r342100

-- 
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/20190812/d211bc6b/attachment.html>


More information about the llvm-bugs mailing list