[all-commits] [llvm/llvm-project] 393dac: [ARM] Enable TypePromotion by default

Sam Parker via All-commits all-commits at lists.llvm.org
Thu Dec 5 06:22:55 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 393dacacf7e7ff4a123adcda3efc60e92121ecc6
      https://github.com/llvm/llvm-project/commit/393dacacf7e7ff4a123adcda3efc60e92121ecc6
  Author: Sam Parker <sam.parker at arm.com>
  Date:   2019-12-05 (Thu, 05 Dec 2019)

  Changed paths:
    M llvm/lib/CodeGen/TypePromotion.cpp
    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/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

  Log Message:
  -----------
  [ARM] Enable TypePromotion by default

ARMCodeGenPrepare has already been generalized and renamed to
TypePromotion. We've had it enabled and tested downstream for a
while, so enable it by default.

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




More information about the All-commits mailing list