OSDN Git Service

R600: Add failing testcase for <3 x i32> stores.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 25 Mar 2014 16:50:55 +0000 (16:50 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 25 Mar 2014 16:50:55 +0000 (16:50 +0000)
commit022746175891fa9d865614f0c435d3d68b3da2cc
tree6662612348854d25560652f0322916a82bbe66da
parentc1c74fb2b4ae2bce68ff1587e3022a158297d936
R600: Add failing testcase for <3 x i32> stores.

This is supposed to have the same store size and alignment as <4 x i32>,
but currently is split into a 64-bit and 32-bit store.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204729 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/R600/store-v3i32.ll [new file with mode: 0644]
test/CodeGen/R600/store-v3i64.ll [moved from test/CodeGen/R600/store-v3.ll with 100% similarity]