[PATCH] D42123: Derive GEP index type from Data Layout

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 23:00:25 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL325102: Adding a width of the GEP index to the Data Layout. (authored by delena, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42123?vs=133840&id=134163#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42123

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/include/llvm/IR/DataLayout.h
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/Analysis/InlineCost.cpp
  llvm/trunk/lib/Analysis/InstructionSimplify.cpp
  llvm/trunk/lib/Analysis/Loads.cpp
  llvm/trunk/lib/Analysis/LoopAccessAnalysis.cpp
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/DataLayout.cpp
  llvm/trunk/lib/IR/Operator.cpp
  llvm/trunk/lib/IR/Value.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCasts.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstructionCombining.cpp
  llvm/trunk/lib/Transforms/Scalar/SROA.cpp
  llvm/trunk/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  llvm/trunk/test/Transforms/InstCombine/gep-custom-dl.ll
  llvm/trunk/test/Transforms/InstCombine/icmp-custom-dl.ll
  llvm/trunk/test/Transforms/LoopIdiom/struct-custom-dl.ll
  llvm/trunk/test/Transforms/LoopIdiom/unroll-custom-dl.ll
  llvm/trunk/test/Transforms/PhaseOrdering/scev-custom-dl.ll
  llvm/trunk/test/Transforms/SimplifyCFG/switch_create-custom-dl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42123.134163.patch
Type: text/x-patch
Size: 97156 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180214/14ef8a21/attachment.bin>


More information about the llvm-commits mailing list