[PATCH] D147697: [IR] Add TargetExtTypeClass
    Nicolai Hähnle via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun 20 08:43:41 PDT 2023
    
    
  
nhaehnle marked an inline comment as done.
nhaehnle added inline comments.
================
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
----------------
Flakebi wrote:
> Is the `XXXXYXXXXX` string intended or accidental?
Whoops :) That is very much accidental. I meant to update that line but then managed to miss it on my final scan.
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