[all-commits] [llvm/llvm-project] 30dc53: [AArch64] Disable AArch64StorePairSuppress under o...

David Green via All-commits all-commits at lists.llvm.org
Mon Oct 4 10:28:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30dc53db36bc1f76d69f9c75499623b2a2d6f6f2
      https://github.com/llvm/llvm-project/commit/30dc53db36bc1f76d69f9c75499623b2a2d6f6f2
  Author: David Green <david.green at arm.com>
  Date:   2021-10-04 (Mon, 04 Oct 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64StorePairSuppress.cpp
    M llvm/test/CodeGen/AArch64/storepairsuppress_minsize.ll

  Log Message:
  -----------
  [AArch64] Disable AArch64StorePairSuppress under optsize

AArch64StorePairSuppress will prevent the creation of LDP's based on
scheduling info. This shouldn't apply when optimizing for size though,
where the size decrease should be considered more important.

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




More information about the All-commits mailing list