[PATCH] D135202: [IR] Add an opaque type to LLVM.

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 14 11:15:33 PST 2022


jcranmer-intel updated this revision to Diff 482940.
jcranmer-intel added a comment.

Documentation and test tweaks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135202/new/

https://reviews.llvm.org/D135202

Files:
  llvm/docs/BitCodeFormat.rst
  llvm/docs/LangRef.rst
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/AsmParser/LLParser.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Constants.h
  llvm/include/llvm/IR/DataLayout.h
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/IR/Type.h
  llvm/include/llvm/IR/Value.def
  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/Constants.cpp
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/DataLayout.cpp
  llvm/lib/IR/Function.cpp
  llvm/lib/IR/LLVMContextImpl.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/Type.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/lib/Transforms/Utils/VNCoercion.cpp
  llvm/test/Assembler/invalid-opaque-type-mixed.ll
  llvm/test/Assembler/target-type-mangled.ll
  llvm/test/Assembler/target-type-params.ll
  llvm/test/Assembler/target-type-properties.ll
  llvm/test/Assembler/target-types.ll
  llvm/test/Transforms/GVN/target-type.ll
  llvm/test/Transforms/SROA/sroa-target.ll
  llvm/tools/llvm-c-test/echo.cpp
  llvm/unittests/IR/TypesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135202.482940.patch
Type: text/x-patch
Size: 42904 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/b3e89741/attachment.bin>


More information about the llvm-commits mailing list