[PATCH] D59065: Add ptrmask intrinsic
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 12:52:12 PDT 2019
fhahn updated this revision to Diff 199497.
fhahn marked 3 inline comments as done.
fhahn added a comment.
Thanks for the excellent suggestions! I've updated the text to use the GEP based description, as the GEP documentation spells out the behavior with respect to invalid pointers in detail. Also incorporated Hal's comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59065/new/
https://reviews.llvm.org/D59065
Files:
llvm/docs/LangRef.rst
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/test/CodeGen/AArch64/lower-ptrmask.ll
llvm/test/CodeGen/X86/lower-ptrmask.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59065.199497.patch
Type: text/x-patch
Size: 5231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/ceba4516/attachment.bin>
More information about the llvm-commits
mailing list