[PATCH] D147697: [IR] Add TargetExtTypeClass

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


nhaehnle updated this revision to Diff 521310.
nhaehnle added a comment.
Herald added a subscriber: jdoerfert.

Major update, adding IR printing, parsing and bitcode writing/reading of the type info.

Also adds the ability to register a verifier for target types, which is used by aarch64.svcount.


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.521310.patch
Type: text/x-patch
Size: 43781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230511/2b411bb4/attachment.bin>


More information about the llvm-commits mailing list