diff options
author | Christian Konig <christian.koenig@amd.com> | 2013-03-27 09:12:59 +0000 |
---|---|---|
committer | Christian Konig <christian.koenig@amd.com> | 2013-03-27 09:12:59 +0000 |
commit | 3c14580acb543180e5bc9459b1eaf6ef90262c91 (patch) | |
tree | dba1f6b6637f6b457709366638fd787daf385dd5 /llvm/test/CodeGen/R600/lshr.ll | |
parent | 70a5032c1b2c3b29721a77bf6578ca5b9061a261 (diff) | |
download | bcm5719-llvm-3c14580acb543180e5bc9459b1eaf6ef90262c91.tar.gz bcm5719-llvm-3c14580acb543180e5bc9459b1eaf6ef90262c91.zip |
R600/SI: add cummuting of rev instructions
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Tested-by: Michel Dänzer <michel.daenzer@amd.com>
llvm-svn: 178127
Diffstat (limited to 'llvm/test/CodeGen/R600/lshr.ll')
-rw-r--r-- | llvm/test/CodeGen/R600/lshr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/lshr.ll b/llvm/test/CodeGen/R600/lshr.ll index 0d3f524b9bb..551eac1d76b 100644 --- a/llvm/test/CodeGen/R600/lshr.ll +++ b/llvm/test/CodeGen/R600/lshr.ll @@ -1,6 +1,6 @@ ;RUN: llc < %s -march=r600 -mcpu=SI | FileCheck %s -;CHECK: V_LSHR_B32_e64 VGPR0, VGPR0, 1, 0, 0, 0, 0 +;CHECK: V_LSHRREV_B32_e32 VGPR0, 1, VGPR0 define void @test(i32 %p) { %i = udiv i32 %p, 2 |