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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 11:48:21 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rG19e83a9b4cd4: [ValueTracking] Pointer is known nonnull after load/store (authored by danlark, committed by nikic).

Changed prior to commit:
  https://reviews.llvm.org/D71177?vs=233269&id=233428#toc

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.233428.patch
Type: text/x-patch
Size: 20913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191211/9d7ac656/attachment.bin>


More information about the llvm-commits mailing list