[PATCH] D69556: [CodeGen] Move ARMCodegenPrepare to TypePromotion
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 03:36:26 PDT 2019
samparker updated this revision to Diff 227060.
samparker added a comment.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
- Now bailing if pass config isn't available.
- Rebased onto the mono repo.
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.227060.patch
Type: text/x-patch
Size: 287709 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191030/e9f50dda/attachment-0001.bin>
More information about the llvm-commits
mailing list