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: unassignedb...@nondot.org Reporter: timshe...@gmail.com CC: llvm-bugs@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.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs