[PATCH] D20694: AMDGPU/SI: Enable load-store-opt by default.

Changpeng Fang via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 11:01:11 PDT 2016


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

Turn on load-store-opt by default, and update LIT tests.

http://reviews.llvm.org/D20694

Files:
  lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  test/CodeGen/AMDGPU/address-space.ll
  test/CodeGen/AMDGPU/ctpop.ll
  test/CodeGen/AMDGPU/drop-mem-operand-move-smrd.ll
  test/CodeGen/AMDGPU/fceil64.ll
  test/CodeGen/AMDGPU/fmax3.ll
  test/CodeGen/AMDGPU/fmin3.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/indirect-private-64.ll
  test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll
  test/CodeGen/AMDGPU/llvm.memcpy.ll
  test/CodeGen/AMDGPU/load-i1.ll
  test/CodeGen/AMDGPU/local-64.ll
  test/CodeGen/AMDGPU/local-memory-two-objects.ll
  test/CodeGen/AMDGPU/missing-store.ll
  test/CodeGen/AMDGPU/reorder-stores.ll
  test/CodeGen/AMDGPU/sdiv.ll
  test/CodeGen/AMDGPU/shift-i64-opts.ll
  test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll
  test/CodeGen/AMDGPU/store.ll
  test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll
  test/CodeGen/AMDGPU/xor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20694.58654.patch
Type: text/x-patch
Size: 25714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160526/702cf56a/attachment-0001.bin>


More information about the llvm-commits mailing list