[PATCH] D134213: Analysis: Add AssumptionCache argument to isDereferenceableAndAlignedPointer

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 12:46:31 PDT 2022


arsenm created this revision.
arsenm added a reviewer: jdoerfert.
Herald added subscribers: asbirlea, hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This does not try to pass it through from the end users.


https://reviews.llvm.org/D134213

Files:
  llvm/include/llvm/Analysis/Loads.h
  llvm/lib/Analysis/Loads.cpp
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/lib/Transforms/Utils/LoopPeel.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134213.461321.patch
Type: text/x-patch
Size: 16230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/9ef3a42e/attachment.bin>


More information about the llvm-commits mailing list