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

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 03:18:35 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc76dadb3cf1: [CodeGen] Move ARMCodegenPrepare to TypePromotion (authored by samparker).

Changed prior to commit:
  https://reviews.llvm.org/D69556?vs=228376&id=231858#toc

Repository:
  rG LLVM Github Monorepo

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.231858.patch
Type: text/x-patch
Size: 288282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191203/b744f7c8/attachment-0001.bin>


More information about the llvm-commits mailing list