[LLVMbugs] [Bug 3316] Constant folding for 'frem' is flaky
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Jan 19 13:20:59 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3316
Dale Johannesen <dalej at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Dale Johannesen <dalej at apple.com> 2009-01-19 15:20:58 ---
I see, currently the FP-to-integer conversions are always called with
TowardsZero, except this one place. So the bug calling it with
NearestTiesToEven would never show up anywhere else. This fixes both bugs.
Neil, please review.
http://llvm.org/viewvc/llvm-project?view=rev&revision=62528
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list