[PATCH] D80056: GlobalISel: Merge G_PTR_MASK with llvm.ptrmask intrinsic
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 19:49:22 PDT 2020
arsenm marked an inline comment as done.
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Support/TargetOpcodes.def:554
+/// Clear the specified bits in a pointer.
+HANDLE_TARGET_OPCODE(G_PTRMASK)
----------------
dsanders wrote:
> Did you mean to drop the underscore? It's inconsistent with G_PTR_ADD now
Yes. It's now consistent with the IR intrinsic
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80056/new/
https://reviews.llvm.org/D80056
More information about the llvm-commits
mailing list