[PATCH] D49425: [MemorySSAUpdater] Update Phi operands after trivial Phi elimination

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 20 03:59:31 PDT 2018


labrinea updated this revision to Diff 156466.
labrinea added a comment.

Changes to prior revision.

- Removed the update loop for PhiOps and used TrackingVH<MemoryAccess> instead.
- Replaced the Bitcode reproducer with IR using -preserve-ll-uselistorder.


https://reviews.llvm.org/D49425

Files:
  lib/Analysis/MemorySSAUpdater.cpp
  test/Transforms/GVNHoist/pr37445.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49425.156466.patch
Type: text/x-patch
Size: 6214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/62540e62/attachment.bin>


More information about the llvm-commits mailing list