[PATCH] D140893: [TypePromotion] NewPM support.

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 3 07:12:52 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG615333bc09c4: [TypePromotion] NewPM support. (authored by samparker).

Changed prior to commit:
  https://reviews.llvm.org/D140893?vs=485984&id=485987#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140893

Files:
  llvm/include/llvm/CodeGen/Passes.h
  llvm/include/llvm/CodeGen/TypePromotion.h
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140893.485987.patch
Type: text/x-patch
Size: 27487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/8e0efc91/attachment.bin>


More information about the llvm-commits mailing list