[TypePromotion] NewPM support.
authorSamuel Parker <sam.parker@arm.com>
Tue, 3 Jan 2023 14:42:25 +0000 (14:42 +0000)
committerSamuel Parker <sam.parker@arm.com>
Tue, 3 Jan 2023 15:09:29 +0000 (15:09 +0000)
commit615333bc09c42cdac4d69ea171e610cdcb06e803
treeba86b27568e315ca2e0ce2e7f3ca8aa3c5ce1441
parentd1390aa04508026f4b28e2ebd790016c3e8965bd
[TypePromotion] NewPM support.

Differential Revision: https://reviews.llvm.org/D140893
33 files changed:
llvm/include/llvm/CodeGen/Passes.h
llvm/include/llvm/CodeGen/TypePromotion.h [new file with mode: 0644]
llvm/include/llvm/InitializePasses.h
llvm/lib/CodeGen/CMakeLists.txt
llvm/lib/CodeGen/CodeGen.cpp
llvm/lib/CodeGen/TypePromotion.cpp
llvm/lib/Passes/CMakeLists.txt
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
llvm/lib/Target/ARM/ARMTargetMachine.cpp
llvm/test/CodeGen/AArch64/bfis-in-loop.ll
llvm/test/Transforms/TypePromotion/AArch64/convert-utf.ll
llvm/test/Transforms/TypePromotion/AArch64/loops.ll
llvm/test/Transforms/TypePromotion/AArch64/phi-zext-gep.ll
llvm/test/Transforms/TypePromotion/AArch64/phi-zext-gep2.ll
llvm/test/Transforms/TypePromotion/AArch64/search-loop.ll
llvm/test/Transforms/TypePromotion/AArch64/trunc-zext-chain.ll
llvm/test/Transforms/TypePromotion/AArch64/vla-zext.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/large-int.ll
llvm/test/Transforms/TypePromotion/ARM/phi-zext-gep.ll
llvm/test/Transforms/TypePromotion/ARM/phi-zext-gep2.ll
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