[PATCH] D147697: [IR] Add TargetExtTypeClass

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 20 08:29:02 PDT 2023


Flakebi added a comment.

A question inline, looks good to me otherwise.



================
Comment at: llvm/docs/BitCodeFormat.rst:568
+
+* TYPE (1) --- encoded as a single 64-bit integer --- XXXXYXXXXX ; if 0, indicates a missing
+  type (nullptr); otherwise, a 1-based index into the type table
----------------
Is the `XXXXYXXXXX` string intended or accidental?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147697



More information about the llvm-commits mailing list