[PATCH] D147697: [IR] Add TargetExtTypeClass

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 01:14:31 PDT 2023


nhaehnle updated this revision to Diff 522078.
nhaehnle marked an inline comment as done.
nhaehnle added a comment.

- explicitly list properties in LangRef
- add negative parser/assembler tests
- use tuple binding syntax


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/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.522078.patch
Type: text/x-patch
Size: 46045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230515/8ba61506/attachment-0001.bin>


More information about the llvm-commits mailing list