[llvm-bugs] [Bug 47551] New: [AArch64] Crash bitcasting from bfloat to half

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Sep 16 13:11:40 PDT 2020


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

            Bug ID: 47551
           Summary: [AArch64] Crash bitcasting from bfloat to half
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AArch64
          Assignee: unassignedbugs at nondot.org
          Reporter: efriedma at quicinc.com
                CC: arnaud.degrandmaison at arm.com,
                    francesco.petrogalli at arm.com,
                    llvm-bugs at lists.llvm.org, smithp352 at googlemail.com,
                    Ties.Stuij at arm.com

Testcase (crashes with "llc"):

target triple = "aarch64"
define half @a(bfloat %x) {
entry:
  %0 = bitcast bfloat %x to half
  ret half %0
}

-- 
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/20200916/440b019b/attachment.html>


More information about the llvm-bugs mailing list