[PATCH] D155086: [IR] Partially remove pointer element types from intrinsic signatures (NFC)

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 12 07:57:09 PDT 2023


arsenm added inline comments.


================
Comment at: llvm/include/llvm/IR/Intrinsics.td:715
 def int_gcroot  : Intrinsic<[],
-                            [llvm_ptrptr_ty, llvm_ptr_ty]>;
+                            [llvm_ptr_ty, llvm_ptr_ty]>;
 def int_gcread  : Intrinsic<[llvm_ptr_ty],
----------------
these ptrptr ones could use some additional comments explaining what the pointer is


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

https://reviews.llvm.org/D155086



More information about the llvm-commits mailing list