[llvm-bugs] [Bug 41260] New: Scalar intrinsics like vqshrns_n_u32 generate suboptimal vector instructions

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 27 09:50:35 PDT 2019


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

            Bug ID: 41260
           Summary: Scalar intrinsics like vqshrns_n_u32 generate
                    suboptimal vector instructions
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedbugs at nondot.org
          Reporter: aemerson at apple.com
                CC: arnaud.degrandmaison at arm.com,
                    llvm-bugs at lists.llvm.org, peter.smith at linaro.org,
                    Ties.Stuij at arm.com

SISD intrinsics like vqshrns_n_u32 are currently codegen'd by clang to the
vector equivalent of the instruction, instead of the available scalar
instruction.

I think this is both a clang and LLVM issue as both need work to get this ISel
working, filing under backend for now.

-- 
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/20190327/949c944a/attachment-0001.html>


More information about the llvm-bugs mailing list