]> granicus.if.org Git - llvm/commit
AMDGPU: Fix capitalized register names in asm constraints
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Jun 2019 21:16:06 +0000 (21:16 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Jun 2019 21:16:06 +0000 (21:16 +0000)
commit85dc2a1e073325c13b12460caa1051695ddcae1d
tree7a3c157fb69fc98377a42c514011e78293b2967b
parente8143703706be572fdb0b0a233ba0025030819a0
AMDGPU: Fix capitalized register names in asm constraints

This was a workaround a long time ago, but the canonical lower case
names work now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363459 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/CodeGen/AMDGPU/branch-relax-spill.ll
test/CodeGen/AMDGPU/call-preserved-registers.ll
test/CodeGen/AMDGPU/early-if-convert.ll
test/CodeGen/AMDGPU/frame-index-elimination.ll
test/CodeGen/AMDGPU/inline-constraints.ll
test/CodeGen/AMDGPU/llvm.amdgcn.interp.f16.ll
test/CodeGen/AMDGPU/llvm.amdgcn.readfirstlane.ll
test/CodeGen/AMDGPU/llvm.amdgcn.readlane.ll
test/CodeGen/AMDGPU/llvm.amdgcn.writelane.ll
test/CodeGen/AMDGPU/spill-m0.ll
test/CodeGen/AMDGPU/uaddo.ll
test/CodeGen/AMDGPU/usubo.ll