[PATCH] D102788: [OpaquePtr] Make atomicrmw work with opaque pointers

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 10:52:59 PDT 2021


aeubanks created this revision.
aeubanks added a reviewer: dblaikie.
Herald added subscribers: dexonsmith, jfb, hiraditya.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

FullTy is only necessary when we need to figure out what type an
instruction works with given a pointer's pointee type. However, we just
end up using the value operand's type, so FullTy isn't necessary.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102788

Files:
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.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: D102788.346510.patch
Type: text/x-patch
Size: 4619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/2d58bb91/attachment.bin>


More information about the llvm-commits mailing list