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

            Bug ID: 50271
           Summary: [AArch32] vld1q_u8_x2 / vst1q_u8_x2 in loop can cause
                    crash in 'ARM Instruction Selection'
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

Using the ARM NEON intrinsic vld1q_u8_x2 or vst1q_u8_x2 inside a loop, with
optimization enabled, can cause the compiler to crash.  (I think this also
affects x3 and x4 variants)

Seems to affect Clang 9, 10 and 11, but not 8.  Probably affects Clang 12 and
trunk.

Unsure what exactly causes it, but here's an example:
https://godbolt.org/z/3dPqsnWev

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to