[PATCH] D33796: AMDGPU: Use correct register names in inline assembly
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 12:18:47 PDT 2017
arsenm created this revision.
Herald added subscribers: eraman, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, kzhuravl, qcolombet, MatzeB.
Fixes using physical registers in inline asm from clang.
https://reviews.llvm.org/D33796
Files:
lib/Target/AMDGPU/AMDGPURegAsmNames.inc
lib/Target/AMDGPU/SIRegisterInfo.cpp
lib/Target/AMDGPU/SIRegisterInfo.h
test/CodeGen/AMDGPU/branch-relax-spill.ll
test/CodeGen/AMDGPU/exceed-max-sgprs.ll
test/CodeGen/AMDGPU/flat-scratch-reg.ll
test/CodeGen/AMDGPU/illegal-sgpr-to-vgpr-copy.ll
test/CodeGen/AMDGPU/indirect-addressing-si.ll
test/CodeGen/AMDGPU/inline-asm.ll
test/CodeGen/AMDGPU/partial-sgpr-to-vgpr-spills.ll
test/CodeGen/AMDGPU/si-spill-sgpr-stack.ll
test/CodeGen/AMDGPU/skip-if-dead.ll
test/CodeGen/AMDGPU/spill-scavenge-offset.ll
test/CodeGen/AMDGPU/undefined-subreg-liverange.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33796.101076.patch
Type: text/x-patch
Size: 90969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/93eed00f/attachment.bin>
More information about the llvm-commits
mailing list