[PATCH] D51797: AMDGPU: Fix tests using old number for constant address space

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 7 08:34:33 PDT 2018


arsenm created this revision.
arsenm added reviewers: rampitec, yaxunl.
Herald added subscribers: zzheng, t-tye, tpr, dstuttard, nhaehnle, wdng, jvesely, kzhuravl, qcolombet.

https://reviews.llvm.org/D51797

Files:
  test/Analysis/LegacyDivergenceAnalysis/AMDGPU/kernel-args.ll
  test/CodeGen/AMDGPU/annotate-kernel-features-hsa-call.ll
  test/CodeGen/AMDGPU/attr-amdgpu-num-sgpr.ll
  test/CodeGen/AMDGPU/clamp-omod-special-case.mir
  test/CodeGen/AMDGPU/constant-fold-imm-immreg.mir
  test/CodeGen/AMDGPU/default-fp-mode.ll
  test/CodeGen/AMDGPU/flat-load-clustering.mir
  test/CodeGen/AMDGPU/hsa-globals.ll
  test/CodeGen/AMDGPU/inserted-wait-states.mir
  test/CodeGen/AMDGPU/invert-br-undef-vcc.mir
  test/CodeGen/AMDGPU/large-constant-initializer.ll
  test/CodeGen/AMDGPU/llvm.AMDGPU.kill.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.interp.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.mbcnt.ll
  test/CodeGen/AMDGPU/memory-legalizer-atomic-insert-end.mir
  test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-atomics.mir
  test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-1.mir
  test/CodeGen/AMDGPU/memory-legalizer-multiple-mem-operands-nontemporal-2.mir
  test/CodeGen/AMDGPU/nop-data.ll
  test/CodeGen/AMDGPU/regcoalesce-dbg.mir
  test/CodeGen/AMDGPU/ret_jump.ll
  test/CodeGen/AMDGPU/schedule-regpressure.mir
  test/CodeGen/AMDGPU/schedule-vs-if-nested-loop-failure.ll
  test/CodeGen/AMDGPU/sdwa-scalar-ops.mir
  test/CodeGen/AMDGPU/undefined-physreg-sgpr-spill.mir
  test/CodeGen/AMDGPU/unigine-liveness-crash.ll
  test/CodeGen/AMDGPU/vccz-corrupt-bug-workaround.mir
  test/CodeGen/MIR/AMDGPU/expected-target-index-name.mir
  test/CodeGen/MIR/AMDGPU/invalid-target-index-operand.mir
  test/CodeGen/MIR/AMDGPU/syncscopes.mir
  test/CodeGen/MIR/AMDGPU/target-index-operands.mir
  test/DebugInfo/AMDGPU/pointer-address-space.ll
  test/Transforms/CodeGenPrepare/AMDGPU/sink-addrspacecast.ll
  test/Transforms/InferAddressSpaces/AMDGPU/basic.ll
  test/Transforms/InferAddressSpaces/AMDGPU/volatile.ll
  test/Transforms/LoopUnroll/AMDGPU/unroll-for-private.ll
  test/Transforms/StructurizeCFG/AMDGPU/uniform-regions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51797.164436.patch
Type: text/x-patch
Size: 61017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/6b93b965/attachment.bin>


More information about the llvm-commits mailing list