[PATCH] D119482: [OpaquePtr][LLParser] Automatically detect opaque pointers in .ll files

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 14:20:12 PST 2022


aeubanks updated this revision to Diff 407681.
aeubanks added a comment.

new test


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119482

Files:
  llvm/include/llvm/AsmParser/LLLexer.h
  llvm/include/llvm/AsmParser/LLParser.h
  llvm/include/llvm/IR/LLVMContext.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/IR/LLVMContext.cpp
  llvm/lib/IR/LLVMContextImpl.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/Type.cpp
  llvm/test/Assembler/ptr-outside-opaque-pointers-mode.ll
  llvm/test/Bitcode/opaque-ptr.ll
  llvm/test/Other/force-opaque-ptrs-typed-dis.ll
  llvm/test/Other/force-opaque-ptrs.ll
  llvm/test/Other/mixed-opaque-ptrs-2.ll
  llvm/test/Other/mixed-opaque-ptrs.ll
  llvm/test/Other/opaque-ptrs.ll
  llvm/unittests/IR/TypesTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119482.407681.patch
Type: text/x-patch
Size: 9825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220210/60a7ffc4/attachment.bin>


More information about the llvm-commits mailing list