[PATCH] D8688: Update MergedLoadStoreMotion to use MemorySSA

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 11:14:33 PDT 2016


dberlin updated this revision to Diff 60709.
dberlin added a comment.

Update to work in progress
This will work for loads, stores coming up.

This also includes the memoryssa update API, which will be split out and committed separately


http://reviews.llvm.org/D8688

Files:
  include/llvm/Transforms/Utils/MemorySSA.h
  lib/Transforms/Scalar/MergedLoadStoreMotion.cpp
  lib/Transforms/Utils/MemorySSA.cpp
  test/Transforms/InstMerge/exceptions.ll
  test/Transforms/InstMerge/ld_hoist1.ll
  test/Transforms/InstMerge/ld_hoist_st_sink.ll
  test/Transforms/InstMerge/st_sink_barrier_call.ll
  test/Transforms/InstMerge/st_sink_bugfix_22613.ll
  test/Transforms/InstMerge/st_sink_no_barrier_call.ll
  test/Transforms/InstMerge/st_sink_no_barrier_load.ll
  test/Transforms/InstMerge/st_sink_no_barrier_store.ll
  test/Transforms/InstMerge/st_sink_two_stores.ll
  test/Transforms/InstMerge/st_sink_with_barrier.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8688.60709.patch
Type: text/x-patch
Size: 29728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160614/9843e042/attachment.bin>


More information about the llvm-commits mailing list