On 10/10/2013 10:55 AM, Tom Stellard wrote:
Hi,
The attached patches simplify the handling of OpenCL private memory
space for VLIW4/VLIW5 GPUs and should fix a crash with pyrit on r600g.
Also included in the series is private memory support on SI as well as an
optimization to prefer selecting SALU instructions over VALU instructions.
Please test/review.
-Tom
_______________________________________________
llvm-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
The last one doesn't apply for me:
$ git am *.patch
Applying: R600: Remove unused InstrInfo::getMovImmInstr() function
Applying: R600: Simplify handling of private address space
Applying: R600/SI: Prefer SALU instructions for bit shift operations
Applying: R600/SI: Add support for i64 bitwise or
Applying: R600/SI: Add support for private address space load/store
error: patch failed: lib/Target/R600/SIRegisterInfo.cpp:26
error: lib/Target/R600/SIRegisterInfo.cpp: patch does not apply
Patch failed at 0005 R600/SI: Add support for private address space
load/store
The copy of the patch that failed is found in:
/home/marsenau/src/llvm/.git/rebase-apply/patch
When you have resolved this problem, run "git am --resolved".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev