[llvm-bugs] [Bug 29113] LLVM doesn't fold fadd on ppc_fp128 correctly

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Mar 6 07:26:04 PST 2020


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

hstong at ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from hstong at ca.ibm.com ---
The following now returns 0:
llc --filetype=obj -o ppc128-constant-folding.o < ppc128-constant-folding.ll &&
clang -o ppc128-constant-folding ppc128-constant-folding.o &&
./ppc128-constant-folding

-- 
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/20200306/b328864d/attachment.html>


More information about the llvm-bugs mailing list