[PATCH] D104740: [OpaquePtr] Support call instruction

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 14:12:56 PDT 2021


aeubanks added inline comments.


================
Comment at: llvm/lib/AsmParser/LLParser.cpp:1483
+  };
+  if (CheckType(Ty))
     return Val;
----------------
if we have an opaque pointer of a wrong address space, we could get past the first `CheckType()`, then call `getElementType()` on the opaque pointer type below


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

https://reviews.llvm.org/D104740



More information about the llvm-commits mailing list