[all-commits] [llvm/llvm-project] f78aa8: [LSR] Add a flag that overrides the target's prefe...

sjoerdmeijer via All-commits all-commits at lists.llvm.org
Wed Feb 17 08:51:14 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f78aa8b2c2ebe021b09f35a25e60a8688c757638
      https://github.com/llvm/llvm-project/commit/f78aa8b2c2ebe021b09f35a25e60a8688c757638
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
    M llvm/test/CodeGen/ARM/dsp-loop-indexing.ll
    M llvm/test/CodeGen/ARM/loop-indexing.ll

  Log Message:
  -----------
  [LSR] Add a flag that overrides the target's preferred addressing mode

This adds a new flag -lsr-preferred-addressing-mode to override the target's
preferred addressing mode. It replaces flag -lsr-backedge-indexing, which is
equivalent to preindexed addressing that is one of the options that
-lsr-preferred-addressing-mode accepts.

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




More information about the All-commits mailing list