[PATCH] D109907: [DSE] Use cached escape info for calls.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 08:52:33 PDT 2021


fhahn marked an inline comment as done.
fhahn added inline comments.


================
Comment at: llvm/lib/Analysis/AliasAnalysis.cpp:741
+
+ModRefInfo AAResults::callKnownNoCapture(const Instruction *I,
+                                         const MemoryLocation &MemLoc,
----------------
asbirlea wrote:
> Define the API only for a CallBase; simplify checks below.
I simplified the API here by just exposing `callCaptures` which only takes a `CallBase` and an object.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109907/new/

https://reviews.llvm.org/D109907



More information about the llvm-commits mailing list