[PATCH] D57173: [opaque pointer types] Pass value type to GetElementPtr creation.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 1 12:45:24 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL352913: [opaque pointer types] Pass value type to GetElementPtr creation. (authored by jyknight, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D57173?vs=183799&id=184823#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57173

Files:
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/CodeGen/SafeStack.cpp
  llvm/trunk/lib/IR/ConstantFold.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
  llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86InterleavedAccess.cpp
  llvm/trunk/lib/Target/X86/X86WinEHState.cpp
  llvm/trunk/lib/Transforms/IPO/GlobalOpt.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  llvm/trunk/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp
  llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
  llvm/trunk/lib/Transforms/Scalar/DeadStoreElimination.cpp
  llvm/trunk/lib/Transforms/Scalar/IndVarSimplify.cpp
  llvm/trunk/lib/Transforms/Scalar/MemCpyOptimizer.cpp
  llvm/trunk/lib/Transforms/Scalar/NaryReassociate.cpp
  llvm/trunk/lib/Transforms/Scalar/SROA.cpp
  llvm/trunk/lib/Transforms/Scalar/Scalarizer.cpp
  llvm/trunk/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp
  llvm/trunk/lib/Transforms/Utils/Evaluator.cpp
  llvm/trunk/lib/Transforms/Utils/LowerMemIntrinsics.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/unittests/Analysis/BasicAliasAnalysisTest.cpp
  llvm/trunk/unittests/Analysis/MemorySSATest.cpp
  llvm/trunk/unittests/Analysis/ScalarEvolutionTest.cpp
  llvm/trunk/unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57173.184823.patch
Type: text/x-patch
Size: 53398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190201/2332208f/attachment-0001.bin>


More information about the llvm-commits mailing list