[PATCH] D68515: [PATCH 31/38] [noalias] SROA/PromoteMemoryToRegister: Learn how to handle noalias intrinsics

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 15:15:34 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>.

Ensures that alloca's can be split and optimized away, while keeping
the noalias information correct.

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


https://reviews.llvm.org/D68515

Files:
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  llvm/test/Transforms/SROA/noalias.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68515.223318.patch
Type: text/x-patch
Size: 55930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/6c8f877b/attachment.bin>


More information about the llvm-commits mailing list