[PATCH] D102450: [OpaquePtr] Make loads and stores work with opaque pointers
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 13 15:51:25 PDT 2021
aeubanks created this revision.
aeubanks added a reviewer: dblaikie.
Herald added subscribers: dexonsmith, hiraditya.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Don't check that types match when the pointer operand is an opaque
pointer.
I would separate the Assembler and Verifier changes, but
verify-uselistorder in the Assembler test ends up running the verifier.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102450
Files:
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/IR/Instructions.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/Assembler/opaque-ptr.ll
llvm/test/Verifier/opaque-ptr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102450.345308.patch
Type: text/x-patch
Size: 4997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/bf3c73de/attachment.bin>
More information about the llvm-commits
mailing list