[PATCH] D68516: [PATCH 32/38] [noalias] LICM: learn about noalias intrinsics and noalias_sidechannel

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 15:17:11 PDT 2019


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

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

Besides learning about propagating the noalias_sidechannel, I also marked places
where it could be interesting to do, but where it might not always be safe to do.

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


https://reviews.llvm.org/D68516

Files:
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LICM/noalias.ll

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


More information about the llvm-commits mailing list