[all-commits] [llvm/llvm-project] 03141a: [ARM] Enable outliner at -Oz for M-class

Sam Parker via All-commits all-commits at lists.llvm.org
Thu Aug 27 00:12:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 03141aa04acb2481652125c974bf3cfd125f4ce9
      https://github.com/llvm/llvm-project/commit/03141aa04acb2481652125c974bf3cfd125f4ce9
  Author: Sam Parker <sam.parker at arm.com>
  Date:   2020-08-27 (Thu, 27 Aug 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
    M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
    M llvm/lib/Target/ARM/ARMTargetMachine.cpp
    M llvm/test/CodeGen/ARM/O3-pipeline.ll
    M llvm/test/CodeGen/ARM/machine-outliner-tail.ll
    M llvm/test/CodeGen/ARM/machine-outliner-thunk.ll

  Log Message:
  -----------
  [ARM] Enable outliner at -Oz for M-class

Enable default outlining when the function has the minsize attribute
and we're targeting an m-class core.

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




More information about the All-commits mailing list