OSDN Git Service

AMDGPU: Fix some places missed in rename
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 19 Jun 2015 17:39:03 +0000 (17:39 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 19 Jun 2015 17:39:03 +0000 (17:39 +0000)
commit826539160cb9cccfb5cf85e9c36cdd4500432e00
tree9824455ec574f7ff7737d8869393e01971452ecc
parent75708d8749595ba0635ab500dd37e1ac7e8fce67
AMDGPU: Fix some places missed in rename

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240143 91177308-0d34-0410-b5e6-96231b3b80d8
20 files changed:
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAMDGPU.td [moved from include/llvm/IR/IntrinsicsR600.td with 100% similarity]
test/Transforms/CodeGenPrepare/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/CodeGenPrepare/AMDGPU/no-sink-addrspacecast.ll [moved from test/Transforms/CodeGenPrepare/R600/no-sink-addrspacecast.ll with 100% similarity]
test/Transforms/CodeGenPrepare/R600/lit.local.cfg [deleted file]
test/Transforms/LoopIdiom/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/LoopIdiom/AMDGPU/popcnt.ll [moved from test/Transforms/LoopIdiom/R600/popcnt.ll with 100% similarity]
test/Transforms/LoopIdiom/R600/lit.local.cfg [deleted file]
test/Transforms/SLPVectorizer/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/SLPVectorizer/AMDGPU/simplebb.ll [moved from test/Transforms/SLPVectorizer/R600/simplebb.ll with 100% similarity]
test/Transforms/SLPVectorizer/R600/lit.local.cfg [deleted file]
test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/SeparateConstOffsetFromGEP/AMDGPU/split-gep-and-gvn-addrspace-addressing-modes.ll [moved from test/Transforms/SeparateConstOffsetFromGEP/R600/split-gep-and-gvn-addrspace-addressing-modes.ll with 100% similarity]
test/Transforms/SeparateConstOffsetFromGEP/R600/lit.local.cfg [deleted file]
test/Transforms/SimplifyCFG/AMDGPU/cttz-ctlz.ll [moved from test/Transforms/SimplifyCFG/R600/cttz-ctlz.ll with 100% similarity]
test/Transforms/SimplifyCFG/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/SimplifyCFG/R600/lit.local.cfg [deleted file]
test/Transforms/StraightLineStrengthReduce/AMDGPU/lit.local.cfg [new file with mode: 0644]
test/Transforms/StraightLineStrengthReduce/AMDGPU/reassociate-geps-and-slsr-addrspace.ll [moved from test/Transforms/StraightLineStrengthReduce/R600/reassociate-geps-and-slsr-addrspace.ll with 100% similarity]
test/Transforms/StraightLineStrengthReduce/R600/lit.local.cfg [deleted file]