[PATCH] D69556: [CodeGen] Move ARMCodegenPrepare to TypePromotion

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 00:24:59 PST 2019


samparker updated this revision to Diff 228376.
samparker added a comment.

Removed pointer type check.


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

https://reviews.llvm.org/D69556

Files:
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/InitializePasses.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/CodeGen.cpp
  llvm/lib/CodeGen/TypePromotion.cpp
  llvm/lib/Target/ARM/ARM.h
  llvm/lib/Target/ARM/ARMCodeGenPrepare.cpp
  llvm/lib/Target/ARM/ARMTargetMachine.cpp
  llvm/lib/Target/ARM/CMakeLists.txt
  llvm/test/CodeGen/ARM/CGP/arm-cgp-calls.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-casts.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-icmps.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-overflow.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-phis-ret.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-pointers.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-signed-icmps.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-signed.ll
  llvm/test/CodeGen/ARM/CGP/arm-cgp-switch.ll
  llvm/test/CodeGen/ARM/CGP/clear-structures.ll
  llvm/test/CodeGen/ARM/O3-pipeline.ll
  llvm/test/Transforms/TypePromotion/ARM/calls.ll
  llvm/test/Transforms/TypePromotion/ARM/casts.ll
  llvm/test/Transforms/TypePromotion/ARM/clear-structures.ll
  llvm/test/Transforms/TypePromotion/ARM/icmps.ll
  llvm/test/Transforms/TypePromotion/ARM/lit.local.cfg
  llvm/test/Transforms/TypePromotion/ARM/phis-ret.ll
  llvm/test/Transforms/TypePromotion/ARM/pointers.ll
  llvm/test/Transforms/TypePromotion/ARM/signed-icmps.ll
  llvm/test/Transforms/TypePromotion/ARM/signed.ll
  llvm/test/Transforms/TypePromotion/ARM/switch.ll
  llvm/test/Transforms/TypePromotion/ARM/wrapping.ll
  llvm/tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69556.228376.patch
Type: text/x-patch
Size: 288400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191108/9954ca77/attachment-0001.bin>


More information about the llvm-commits mailing list