[PATCH] D71177: [ValueTracking] Use the assumption that if the pointer was loaded/stored, then it is nonnull.

Danila Kutenin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 14:05:56 PST 2019


danlark updated this revision to Diff 232747.
danlark added a comment.

Add more tests on different address spaces and instruction dominating


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71177

Files:
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/test/Analysis/ValueTracking/known-nonnull-at.ll
  llvm/test/CodeGen/PowerPC/pr39815.ll
  llvm/test/Transforms/Coroutines/coro-swifterror.ll
  llvm/test/Transforms/InstCombine/element-atomic-memintrins.ll
  llvm/test/Transforms/InstCombine/phi-equal-incoming-pointers.ll
  llvm/test/Transforms/InstCombine/sink-alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71177.232747.patch
Type: text/x-patch
Size: 22249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191208/c71931bc/attachment.bin>


More information about the llvm-commits mailing list