[PATCH] D20551: AMDGPU: Cleanup load tests

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 20:01:30 PDT 2016


arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: kzhuravl, arsenm.

There are a lot of different kinds of loads to test for,
and these were scattered around inconsistently with
some redundancy. Try to comprehensively test all loads
in a consistent way.

http://reviews.llvm.org/D20551

Files:
  lib/Target/AMDGPU/R600ISelLowering.cpp
  test/CodeGen/AMDGPU/extload.ll
  test/CodeGen/AMDGPU/fpext.ll
  test/CodeGen/AMDGPU/global-extload-i1.ll
  test/CodeGen/AMDGPU/global-extload-i16.ll
  test/CodeGen/AMDGPU/global-extload-i32.ll
  test/CodeGen/AMDGPU/global-extload-i8.ll
  test/CodeGen/AMDGPU/kernel-args.ll
  test/CodeGen/AMDGPU/load-constant-f64.ll
  test/CodeGen/AMDGPU/load-constant-i1.ll
  test/CodeGen/AMDGPU/load-constant-i16.ll
  test/CodeGen/AMDGPU/load-constant-i32.ll
  test/CodeGen/AMDGPU/load-constant-i64.ll
  test/CodeGen/AMDGPU/load-constant-i8.ll
  test/CodeGen/AMDGPU/load-global-f32.ll
  test/CodeGen/AMDGPU/load-global-f64.ll
  test/CodeGen/AMDGPU/load-global-i1.ll
  test/CodeGen/AMDGPU/load-global-i16.ll
  test/CodeGen/AMDGPU/load-global-i32.ll
  test/CodeGen/AMDGPU/load-global-i64.ll
  test/CodeGen/AMDGPU/load-global-i8.ll
  test/CodeGen/AMDGPU/load-i1.ll
  test/CodeGen/AMDGPU/load-local-f32.ll
  test/CodeGen/AMDGPU/load-local-i1.ll
  test/CodeGen/AMDGPU/load-local-i16.ll
  test/CodeGen/AMDGPU/load-local-i32.ll
  test/CodeGen/AMDGPU/load-local-i8.ll
  test/CodeGen/AMDGPU/load.ll
  test/CodeGen/AMDGPU/load.vec.ll
  test/CodeGen/AMDGPU/load64.ll
  test/CodeGen/AMDGPU/local-memory.ll
  test/CodeGen/AMDGPU/unaligned-load-store.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20551.58183.patch
Type: text/x-patch
Size: 348574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/b06608c2/attachment-0001.bin>


More information about the llvm-commits mailing list