[Bug 84232] PHINode containing itself causes segfault in LLVM when compiling Blender OpenCL kernel with R600 backend
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Dec 8 13:11:06 PST 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84232
--- Comment #16 from Vitaliy Filippov <vitalif at yourcmc.ru> ---
(In reply to Tom Stellard from comment #15)
> Possibly, does blender work now (or at least does it no longer crash)?
Yes, it doesn't crash anymore, thanks!
There are still other bugs that prevent it from running, and as I understand
most renderer features are disabled with default flags/defines under Mesa...
>From https://developer.blender.org/T41912 - "Note though: Building without SVM
gives you only very basic clay like rendering, not really usable."
The first bug is about libclc - it incorrectly references fabsf() in R600
bytecode files, while it should probably use llvm.fabs.f32()... Where to report
it?
Second, it seems Blender developers are using half-precision floats
(vstore_half4 function)... it's used in only one place and I don't know if its
usage is really critical, but it of course prevents the kernel from
compiling... I've reported it here https://developer.blender.org/T42813
--
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/20141208/842505a8/attachment.html>
More information about the dri-devel
mailing list