[PATCH] D93039: Introduce llvm.noalias.decl intrinsic

Jeroen Dobbelaere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 03:35:07 PST 2021


jeroen.dobbelaere updated this revision to Diff 315335.
jeroen.dobbelaere marked 3 inline comments as done.
jeroen.dobbelaere added a comment.
Herald added subscribers: dexonsmith, mgrang.

- Minor changes as suggested by Nikita
- Added verifier part.

NOTE: this will now show that there is an issue with looprotate (which was in fact expected, as it has a similar issue as loopunroll).
I'll see if I can backport that fix in the Full Restrict version as wel.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93039/new/

https://reviews.llvm.org/D93039

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/Intrinsics.h
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/CodeGen/IntrinsicLowering.cpp
  llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/IRBuilder.cpp
  llvm/lib/IR/Verifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93039.315335.patch
Type: text/x-patch
Size: 11602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210108/b5a93281/attachment.bin>


More information about the llvm-commits mailing list