[PATCH] D68522: [PATCH 37/38] [noalias] Inlining: enable --use-noalias-intrinsic-during-inlining by default

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

This is the llvm-side patch for enabling full restrict by default.
It should be combined with the clang patch.


https://reviews.llvm.org/D68522

Files:
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/test/Transforms/Coroutines/ArgAddr.ll
  llvm/test/Transforms/Coroutines/coro-retcon-resume-values.ll
  llvm/test/Transforms/Coroutines/coro-retcon-value.ll
  llvm/test/Transforms/Coroutines/coro-retcon.ll
  llvm/test/Transforms/Coroutines/ex3.ll
  llvm/test/Transforms/Inline/launder.invariant.group.ll
  llvm/test/Transforms/Inline/parallel-loop-md-merge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68522.223326.patch
Type: text/x-patch
Size: 12150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191004/281b8b71/attachment.bin>


More information about the llvm-commits mailing list