[PATCH] D147697: [IR] Add TargetExtTypeClass

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 07:51:43 PDT 2023


nhaehnle updated this revision to Diff 521314.
nhaehnle added a comment.

Remove two TODOs that have been done.


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/StructuredData.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/IR/AsmWriter.cpp
  llvm/lib/IR/LLVMContext.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/StructuredData.cpp
  llvm/lib/IR/Type.cpp
  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.521314.patch
Type: text/x-patch
Size: 43716 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230511/f3ab3ead/attachment.bin>


More information about the llvm-commits mailing list