[PATCH] D59065: Add ptrmask intrinsic
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May  8 09:02:26 PDT 2019
    
    
  
jdoerfert added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1026
+// is used to access memory.
+def int_ptrmask: Intrinsic<[llvm_anyptr_ty], [llvm_anyptr_ty, llvm_anyint_ty], [IntrNoMem]>;
 
----------------
Did we think about adding `Returned<0>` to the attribute list? It would most of LLVM simply look through this (as it should).
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1170
 
+
 //===----- Intrinsics that are used to provide predicate information -----===//
----------------
remove
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59065/new/
https://reviews.llvm.org/D59065
    
    
More information about the llvm-commits
mailing list