[PATCH] D48489: [MemDep] Use PhiValuesAnalysis to improve alias analysis results

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 22 09:58:12 PDT 2018


john.brawn created this revision.
john.brawn added reviewers: wmi, reames, efriedma, nlopes, davide.
Herald added subscribers: steven_wu, eraman, mehdi_amini.
john.brawn added a dependency: D44564: [BasicAA] Use PhiValuesAnalysis if available when handling phi alias.

This is being done in order to make GVN able to better optimize certain inputs. MemDep doesn't use PhiValues directly, but does need to notifiy it when things get invalidated.


Repository:
  rL LLVM

https://reviews.llvm.org/D48489

Files:
  include/llvm/Analysis/MemoryDependenceAnalysis.h
  lib/Analysis/MemoryDependenceAnalysis.cpp
  test/Other/new-pm-defaults.ll
  test/Other/new-pm-lto-defaults.ll
  test/Other/new-pm-thinlto-defaults.ll
  test/Other/opt-O2-pipeline.ll
  test/Other/opt-O3-pipeline.ll
  test/Other/opt-Os-pipeline.ll
  test/Transforms/GVN/PRE/pre-after-rle.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48489.152504.patch
Type: text/x-patch
Size: 11838 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180622/18499d97/attachment.bin>


More information about the llvm-commits mailing list