[llvm-bugs] [Bug 47001] regression with arm-linux vectors of f16

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Aug 27 09:21:08 PDT 2020


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

Lucas Prates <lucas.prates at arm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Fixed By Commit(s)|                            |3d943bcd223e
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED

--- Comment #14 from Lucas Prates <lucas.prates at arm.com> ---
Fixed by commit 3d943bcd223e:

> $ llc -o compiler_rt.o compiler_rt.ll -filetype=obj -mtriple=armv8a-unknown-linux-unknown
> $ llc -o test.o test.ll -filetype=obj -mtriple=armv8a-unknown-linux-unknown
> $ llc -o c.o c.ll -filetype=obj -mtriple=armv8a-unknown-linux-unknown
> $ ld.lld -o test test.o c.o compiler_rt.o
> $ qemu-arm ./test
> $ echo $?
> 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/20200827/9d503217/attachment.html>


More information about the llvm-bugs mailing list