-
- Downloads
[OpaquePtr] Make atomicrmw work with opaque pointers
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. Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D102788
Showing
- llvm/lib/AsmParser/LLParser.cpp 2 additions, 1 deletionllvm/lib/AsmParser/LLParser.cpp
- llvm/lib/Bitcode/Reader/BitcodeReader.cpp 6 additions, 4 deletionsllvm/lib/Bitcode/Reader/BitcodeReader.cpp
- llvm/lib/IR/Instructions.cpp 3 additions, 3 deletionsllvm/lib/IR/Instructions.cpp
- llvm/lib/IR/Verifier.cpp 2 additions, 2 deletionsllvm/lib/IR/Verifier.cpp
- llvm/test/Assembler/opaque-ptr.ll 8 additions, 0 deletionsllvm/test/Assembler/opaque-ptr.ll
- llvm/test/Verifier/opaque-ptr.ll 6 additions, 0 deletionsllvm/test/Verifier/opaque-ptr.ll
Loading
Please register or sign in to comment