https://bugs.freedesktop.org/show_bug.cgi?id=86326
Ronie Salgado <ronies...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #114336|0 |1 is obsolete| | --- Comment #6 from Ronie Salgado <ronies...@gmail.com> --- Created attachment 114363 --> https://bugs.freedesktop.org/attachment.cgi?id=114363&action=edit LLVM intrinsics patch I tried to use the builtin function, but it did not work. Clang uses the triple target prefix when trying to map GGC builtins into LLVM intrinsics. In the case of the R600, the triple target prefix is "amdgpu", but IntrinsicsR600.td declares some intrinsics in the separate "r600" and "AMDGPU" namespaces. So I decided to put all of them in the "amdgpu" namespace. Then table gen complained that they have to start "amdgpu". So I made the subsequent changes until I made it work, and the tests in opencl-example are all passing in capeverde. I'am leaving those updated patches here for reviewing and documentation before sending them to the respective mailing lists. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev