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

Sam Parker via All-commits all-commits at lists.llvm.org
Wed Dec 11 02:00:31 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ee7579409b7d940c4e1314d126e900db30c4edff
      https://github.com/llvm/llvm-project/commit/ee7579409b7d940c4e1314d126e900db30c4edff
  Author: Sam Parker <sam.parker at arm.com>
  Date:   2019-12-11 (Wed, 11 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][TypePromotion] Enable by default

Enable the TypePromotion pass my default (again).

This patch was originally committed in 393dacacf7e7.
This patch was reverted in a38396939c54.

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




More information about the All-commits mailing list