[PATCH] D57170: [opaque pointer types] Pass function types to CallInst creation.

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


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

Changed prior to commit:
  https://reviews.llvm.org/D57170?vs=183796&id=184819#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57170

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/IntrinsicLowering.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/StackProtector.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  llvm/trunk/lib/IR/IRBuilder.cpp
  llvm/trunk/lib/IR/Instructions.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/trunk/lib/Target/Hexagon/HexagonGenExtract.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonISelLowering.cpp
  llvm/trunk/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp
  llvm/trunk/lib/Target/PowerPC/PPCCTRLoops.cpp
  llvm/trunk/lib/Target/SystemZ/SystemZTDC.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
  llvm/trunk/lib/Target/WebAssembly/WebAssemblyLowerGlobalDtors.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86WinEHState.cpp
  llvm/trunk/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/trunk/lib/Transforms/IPO/DeadArgumentElimination.cpp
  llvm/trunk/lib/Transforms/IPO/WholeProgramDevirt.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/trunk/lib/Transforms/Instrumentation/GCOVProfiling.cpp
  llvm/trunk/lib/Transforms/Instrumentation/InstrProfiling.cpp
  llvm/trunk/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/trunk/lib/Transforms/ObjCARC/ARCRuntimeEntryPoints.h
  llvm/trunk/lib/Transforms/ObjCARC/ObjCARCContract.cpp
  llvm/trunk/lib/Transforms/ObjCARC/ObjCARCOpts.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopDataPrefetch.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/LowerInvoke.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/tools/bugpoint/Miscompilation.cpp
  llvm/trunk/unittests/IR/BasicBlockTest.cpp
  llvm/trunk/unittests/IR/IRBuilderTest.cpp
  llvm/trunk/unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57170.184819.patch
Type: text/x-patch
Size: 56334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190201/ea336968/attachment-0001.bin>


More information about the llvm-commits mailing list