diff options
| author | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2018-09-11 11:56:50 +0000 |
|---|---|---|
| committer | Alexander Timofeev <Alexander.Timofeev@amd.com> | 2018-09-11 11:56:50 +0000 |
| commit | db7ee7660a8efce83ad34a3b211f5d3e624a3afd (patch) | |
| tree | 3ceac940a3c81557e70c188ad1d660636c326f3c /llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll | |
| parent | ae3cfeb3ad0e4d3d8846d83c4b75e2933f043800 (diff) | |
| download | bcm5719-llvm-db7ee7660a8efce83ad34a3b211f5d3e624a3afd.tar.gz bcm5719-llvm-db7ee7660a8efce83ad34a3b211f5d3e624a3afd.zip | |
[AMDGPU] Preliminary patch for divergence driven instruction selection. Immediate selection predicate changed
Differential revision: https://reviews.llvm.org/D51734
Reviewers: rampitec
llvm-svn: 341928
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll b/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll index 2a3705de2b4..560d320dbc5 100644 --- a/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll +++ b/llvm/test/CodeGen/AMDGPU/llvm.amdgcn.sad.hi.u8.ll @@ -4,7 +4,7 @@ declare i32 @llvm.amdgcn.sad.hi.u8(i32, i32, i32) #0 ; GCN-LABEL: {{^}}v_sad_hi_u8: -; GCN: v_sad_hi_u8 v{{[0-9]+}}, s{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}} +; GCN: v_sad_hi_u8 v{{[0-9]+}}, v{{[0-9]+}}, s{{[0-9]+}}, s{{[0-9]+}} define amdgpu_kernel void @v_sad_hi_u8(i32 addrspace(1)* %out, i32 %src) { %result= call i32 @llvm.amdgcn.sad.hi.u8(i32 %src, i32 100, i32 100) #0 store i32 %result, i32 addrspace(1)* %out, align 4 |

