[PATCH] D68505: [PATCH 22/38] [noalias] [BasicAA] look through noalias intrisics

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 14:54:26 PDT 2019


jeroen.dobbelaere created this revision.
jeroen.dobbelaere added reviewers: hfinkel, jdoerfert.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This is part of the series started by D68484 <https://reviews.llvm.org/D68484>.

BasicAA is allowed to look through noalias intrinsics.

Note: this is a stable point and tests should run fine with the patches applied up to this point.


https://reviews.llvm.org/D68505

Files:
  llvm/include/llvm/IR/Value.h
  llvm/lib/Analysis/BasicAliasAnalysis.cpp
  llvm/lib/IR/Value.cpp
  llvm/test/Analysis/BasicAA/noalias-intr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68505.223308.patch
Type: text/x-patch
Size: 10394 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/9bc051aa/attachment.bin>


More information about the llvm-commits mailing list