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

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 23 17:19:21 PDT 2016


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

            Bug ID: 29113
           Summary: LLVM doesn't fold fadd on ppc_fp128 correctly
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: PowerPC
          Assignee: unassignedbugs at nondot.org
          Reporter: timshen91 at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 17033
  --> https://llvm.org/bugs/attachment.cgi?id=17033&action=edit
Reduced test case

Constant folding on ppc_fp128 seems wrong, since the hardware makes the
attached program return 0 (not reproducible with the .ll file, but with the .cc
file), while the backend folds it to 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/20160824/7951b33c/attachment.html>


More information about the llvm-bugs mailing list