[PATCH] D24745: TLI: Add option to generate dependent stores in scalarization.

Jan Vesely via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 14:16:54 PDT 2016


jvesely created this revision.
jvesely added reviewers: tstellarAMD, bogner.
jvesely added subscribers: llvm-commits, arsenm.
jvesely set the repository for this revision to rL LLVM.
Herald added subscribers: nhaehnle, wdng.

This is used by targets (like r600) that do RMW for truncating stores.
Future optimization should remove most redundant stores+loads
Fixes R600 regressions since r274397.

Repository:
  rL LLVM

https://reviews.llvm.org/D24745

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  lib/Target/AMDGPU/R600ISelLowering.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  test/CodeGen/AMDGPU/store-private.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24745.71881.patch
Type: text/x-patch
Size: 28123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160919/7801930a/attachment-0001.bin>


More information about the llvm-commits mailing list