Displaying 2 results from an estimated 2 matches for "6911363".
2013 Oct 10
2
[LLVMdev] [PATCH] R600/SI: Embed disassembly in ELF object
...lation is preferred, as it avoids the overhead
of a second LLVM invocation. Further, the SILowerControlFlow pass
modifies the input LLVM IR, which makes a second invocation for
disassembly fail.
An example patch to Mesa to test functionality is available here:
https://gist.github.com/anonymous/6911363
--
Jay Cornwall
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-r600-gcn-disassembly-in-elf.patch
Type: text/x-diff
Size: 6340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131009/0a583660/attachment.patch>
2013 Oct 10
0
[LLVMdev] [PATCH] R600/SI: Embed disassembly in ELF object
...ids the overhead
> of a second LLVM invocation. Further, the SILowerControlFlow pass
> modifies the input LLVM IR, which makes a second invocation for
> disassembly fail.
>
> An example patch to Mesa to test functionality is available here:
> https://gist.github.com/anonymous/6911363
The Mesa patch looks good, have you sent it to mesa-dev?
-Tom
>
> --
> Jay Cornwall
> Index: lib/Target/R600/AMDGPUAsmPrinter.cpp
> ===================================================================
> --- lib/Target/R600/AMDGPUAsmPrinter.cpp (revision 192067)
> +++ lib/T...