[PATCH] D74353: [BasicAA] Make BasicAA a cfg pass.

Alina Sbirlea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 12:36:57 PST 2020


asbirlea created this revision.
asbirlea added reviewers: john.brawn, sebpop, hfinkel, brzycki.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

Part of the changes in D44564 <https://reviews.llvm.org/D44564> made BasicAA not CFG only due to it using
PhiAnalysisValues which may have values invalidated.
Subsequent patches (rL340613 <https://reviews.llvm.org/rL340613>) appear to have addressed this limitation.

llvm-dev RFC: https://groups.google.com/forum/#!topic/llvm-dev/eSPXuWnNfzM


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74353

Files:
  llvm/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/test/Analysis/BasicAA/phi-values-usage.ll
  llvm/test/Other/opt-O2-pipeline.ll
  llvm/test/Other/opt-O3-pipeline.ll
  llvm/test/Other/opt-Os-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74353.243652.patch
Type: text/x-patch
Size: 8596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/456c0d69/attachment-0001.bin>


More information about the llvm-commits mailing list