summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-11-13 22:55:05 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-11-13 22:55:05 +0000
commit4eea3f3da34d174efa0ff5e50db8add4f132c852 (patch)
tree58881ec703488c23af586182fda361cd25247318 /llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
parenta5888a730dfb4c11e4386ee56c65df65d706cf7e (diff)
downloadbcm5719-llvm-4eea3f3da34d174efa0ff5e50db8add4f132c852.tar.gz
bcm5719-llvm-4eea3f3da34d174efa0ff5e50db8add4f132c852.zip
AMDGPU: Implement computeKnownBitsForTargetNode for mbcnt
llvm-svn: 318100
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll b/llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
index ddeffc10a08..3be0f3a74e5 100644
--- a/llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
+++ b/llvm/test/CodeGen/AMDGPU/array-ptr-calc-i64.ll
@@ -4,8 +4,8 @@ declare i32 @llvm.amdgcn.mbcnt.lo(i32, i32) #0
declare i32 @llvm.amdgcn.mbcnt.hi(i32, i32) #0
; SI-LABEL: {{^}}test_array_ptr_calc:
-; SI-DAG: v_mul_lo_i32
-; SI-DAG: v_mul_hi_i32
+; SI-DAG: v_mul_u32_u24
+; SI-DAG: v_mul_hi_u32_u24
; SI: s_endpgm
define amdgpu_kernel void @test_array_ptr_calc(i32 addrspace(1)* noalias %out, [1025 x i32] addrspace(1)* noalias %inA, i32 addrspace(1)* noalias %inB) {
%mbcnt.lo = call i32 @llvm.amdgcn.mbcnt.lo(i32 -1, i32 0)
OpenPOWER on IntegriCloud