[Bug 92709] "LLVM triggered Diagnostic Handler: unsupported call to function ldexpf in main" when starting race in stuntrally

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Nov 4 02:54:47 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=92709

--- Comment #8 from Nicolai Hähnle <nhaehnle at gmail.com> ---
Created attachment 119396
  --> https://bugs.freedesktop.org/attachment.cgi?id=119396&action=edit
Patch for LLVM

Here's a first cut at a patch that adds an llvm.ldexp.* intrinsic, so that
LibCallSimplifier generates that instead of the call to ldexpf, and codegen is
able to select the right instruction. With this change, Christoph's trace runs
to completion without errors.

See also http://reviews.llvm.org/D14327

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151104/66913a66/attachment-0001.html>


More information about the dri-devel mailing list