[PATCH] D147697: [IR] Add TargetExtTypeClass
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 12:37:27 PDT 2023
nikic added inline comments.
================
Comment at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:738
+ SDATA_TYPE = 1,
+ SDATA_SYMBOL = 2,
+ SDATA_INT_BASE = 15, // add the bit size
----------------
What is SDATA_SYMBOL used for, in the context of this patch? It doesn't look like the corresponding IR handling in D150370 supports this.
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