[PATCH] D137533: [AMDGPU] Merge GlobalISel tests into SelectionDAG tests. NFC.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 23:38:28 PST 2022


foad created this revision.
foad added reviewers: AMDGPU, arsenm.
Herald added subscribers: kosarev, kerbowa, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
foad requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead, wdng.
Herald added a project: LLVM.

Remove GlobalISel test files that only contained RUN lines running the
code from the SelectionDAG version of the same test.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137533

Files:
  llvm/test/CodeGen/AMDGPU/GlobalISel/lds-size.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.append.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.consume.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.gws.barrier.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.gws.init.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.gws.sema.br.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.gws.sema.v.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.ordered.add.gfx10.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.ordered.add.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.ds.ordered.swap.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.init.exec.wave32.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.permlane.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.wqm.vote.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.trap.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/read_register.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/readcyclecounter.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/ret.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/write_register.ll
  llvm/test/CodeGen/AMDGPU/lds-size.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.append.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.consume.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.barrier.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.init.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.sema.br.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.gws.sema.v.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.add.gfx10.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.add.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.swap.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.init.exec.wave32.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.permlane.ll
  llvm/test/CodeGen/AMDGPU/llvm.amdgcn.wqm.vote.ll
  llvm/test/CodeGen/AMDGPU/read_register.ll
  llvm/test/CodeGen/AMDGPU/readcyclecounter.ll
  llvm/test/CodeGen/AMDGPU/ret.ll
  llvm/test/CodeGen/AMDGPU/trap.ll
  llvm/test/CodeGen/AMDGPU/write_register.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137533.473577.patch
Type: text/x-patch
Size: 60419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221107/95d07f58/attachment.bin>


More information about the llvm-commits mailing list