[all-commits] [llvm/llvm-project] 615333: [TypePromotion] NewPM support.

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 615333bc09c42cdac4d69ea171e610cdcb06e803
      https://github.com/llvm/llvm-project/commit/615333bc09c42cdac4d69ea171e610cdcb06e803
  Author: Samuel Parker <sam.parker at arm.com>
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/Passes.h
    A llvm/include/llvm/CodeGen/TypePromotion.h
    M llvm/include/llvm/InitializePasses.h
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/CodeGen.cpp
    M llvm/lib/CodeGen/TypePromotion.cpp
    M llvm/lib/Passes/CMakeLists.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/test/CodeGen/AArch64/bfis-in-loop.ll
    M llvm/test/Transforms/TypePromotion/AArch64/convert-utf.ll
    M llvm/test/Transforms/TypePromotion/AArch64/loops.ll
    M llvm/test/Transforms/TypePromotion/AArch64/phi-zext-gep.ll
    M llvm/test/Transforms/TypePromotion/AArch64/phi-zext-gep2.ll
    M llvm/test/Transforms/TypePromotion/AArch64/search-loop.ll
    M llvm/test/Transforms/TypePromotion/AArch64/trunc-zext-chain.ll
    M llvm/test/Transforms/TypePromotion/AArch64/vla-zext.ll
    M llvm/test/Transforms/TypePromotion/ARM/calls.ll
    M llvm/test/Transforms/TypePromotion/ARM/casts.ll
    M llvm/test/Transforms/TypePromotion/ARM/clear-structures.ll
    M llvm/test/Transforms/TypePromotion/ARM/icmps.ll
    M llvm/test/Transforms/TypePromotion/ARM/large-int.ll
    M llvm/test/Transforms/TypePromotion/ARM/phi-zext-gep.ll
    M llvm/test/Transforms/TypePromotion/ARM/phi-zext-gep2.ll
    M llvm/test/Transforms/TypePromotion/ARM/phis-ret.ll
    M llvm/test/Transforms/TypePromotion/ARM/pointers.ll
    M llvm/test/Transforms/TypePromotion/ARM/signed-icmps.ll
    M llvm/test/Transforms/TypePromotion/ARM/signed.ll
    M llvm/test/Transforms/TypePromotion/ARM/switch.ll
    M llvm/test/Transforms/TypePromotion/ARM/wrapping.ll
    M llvm/tools/opt/opt.cpp

  Log Message:
  -----------
  [TypePromotion] NewPM support.

Differential Revision: https://reviews.llvm.org/D140893




More information about the All-commits mailing list