| commit | 1cfd7a50bb0a66e68dd70712414e9c950326f006 | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Mon May 20 15:02:12 2013 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Mon May 20 15:02:12 2013 +0000 |
| tree | b4d32a94b750be88326f75fed15a5f45d254d0f0 | |
| parent | 459a79a81c19d24ac7d44c85c871ebe9757daebf [diff] [blame] |
R600/SI: Add patterns for 64-bit shift operations Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> llvm-svn: 182284
diff --git a/llvm/test/CodeGen/R600/shl.ll b/llvm/test/CodeGen/R600/shl.ll index 43cc1e2..db970e9 100644 --- a/llvm/test/CodeGen/R600/shl.ll +++ b/llvm/test/CodeGen/R600/shl.ll
@@ -11,3 +11,6 @@ store <4 x i32> %result, <4 x i32> addrspace(1)* %out ret void } + +; XXX: Add SI test for i64 shl once i64 stores and i64 function arguments are +; supported.