diff options
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-06-14 21:16:06 +0000 |
|---|---|---|
| committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-06-14 21:16:06 +0000 |
| commit | bb0a6105992ed5b47135e43a4516edb946758307 (patch) | |
| tree | bd1363002ac91c7812f4120555284baa08a8cf22 /llvm/test/CodeGen/AMDGPU/usubo.ll | |
| parent | f4335b8e3c6a787e3616f3b0ccdfd64409eaf149 (diff) | |
| download | bcm5719-llvm-bb0a6105992ed5b47135e43a4516edb946758307.tar.gz bcm5719-llvm-bb0a6105992ed5b47135e43a4516edb946758307.zip | |
AMDGPU: Fix capitalized register names in asm constraints
This was a workaround a long time ago, but the canonical lower case
names work now.
llvm-svn: 363459
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/usubo.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/usubo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/usubo.ll b/llvm/test/CodeGen/AMDGPU/usubo.ll index 94cc45329f9..f7eb8570090 100644 --- a/llvm/test/CodeGen/AMDGPU/usubo.ll +++ b/llvm/test/CodeGen/AMDGPU/usubo.ll @@ -84,7 +84,7 @@ define amdgpu_kernel void @v_usubo_i32_novcc(i32 addrspace(1)* %out, i1 addrspac %val = extractvalue { i32, i1 } %uadd, 0 %carry = extractvalue { i32, i1 } %uadd, 1 store volatile i32 %val, i32 addrspace(1)* %out, align 4 - call void asm sideeffect "", "~{VCC}"() #0 + call void asm sideeffect "", "~{vcc}"() #0 store volatile i1 %carry, i1 addrspace(1)* %carryout ret void } |

