[PATCH] D19821: [EarlyCSE] Use MemorySSA if available.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 11:20:01 PDT 2016


gberry updated this revision to Diff 61579.
gberry marked 2 inline comments as done.
gberry updated the summary for this revision.
gberry added a comment.

Update to address George's comments


http://reviews.llvm.org/D19821

Files:
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/Utils/MemorySSA.h
  lib/Transforms/IPO/PassManagerBuilder.cpp
  lib/Transforms/Scalar/EarlyCSE.cpp
  lib/Transforms/Utils/MemorySSA.cpp
  test/Transforms/EarlyCSE/AArch64/intrinsics.ll
  test/Transforms/EarlyCSE/AArch64/ldstN.ll
  test/Transforms/EarlyCSE/atomics.ll
  test/Transforms/EarlyCSE/basic.ll
  test/Transforms/EarlyCSE/commute.ll
  test/Transforms/EarlyCSE/fence.ll
  test/Transforms/EarlyCSE/guards.ll
  test/Transforms/EarlyCSE/memoryssa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19821.61579.patch
Type: text/x-patch
Size: 18209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160622/816fe5f2/attachment.bin>


More information about the llvm-commits mailing list