[PATCH] D147697: [IR] Add TargetExtTypeClass
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 23:12:51 PDT 2023
nhaehnle updated this revision to Diff 533140.
nhaehnle marked an inline comment as done.
nhaehnle added a comment.
- Drop symbols-as-values for now
- LangRef clarifications
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147697/new/
https://reviews.llvm.org/D147697
Files:
llvm/docs/BitCodeFormat.rst
llvm/docs/LangRef.rst
llvm/include/llvm/AsmParser/LLParser.h
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/DerivedTypes.h
llvm/include/llvm/IR/LLVMContext.h
llvm/include/llvm/IR/TargetExtType.h
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/LLVMContext.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/lib/IR/Type.cpp
llvm/test/Assembler/invalid-typeinfo.ll
llvm/test/Assembler/target-type-custom.ll
llvm/test/Bitcode/compatibility.ll
llvm/test/Verifier/target-type.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147697.533140.patch
Type: text/x-patch
Size: 47316 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/a5d10925/attachment.bin>
More information about the llvm-commits
mailing list