[all-commits] [llvm/llvm-project] 2fc690: [ARM] LowoverheadLoops: add an option to disable t...

sjoerdmeijer via All-commits all-commits at lists.llvm.org
Thu Sep 24 05:36:22 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2fc690ac904c657dad9159926074ec62edebcd8e
      https://github.com/llvm/llvm-project/commit/2fc690ac904c657dad9159926074ec62edebcd8e
  Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
  Date:   2020-09-24 (Thu, 24 Sep 2020)

  Changed paths:
    M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-disabled-in-loloops.ll

  Log Message:
  -----------
  [ARM] LowoverheadLoops: add an option to disable tail-predication

This might be useful for testing. We already have an option -tail-predication
but that controls the MVETailPredication pass.  This
-arm-loloops-disable-tail-pred is just for disabling it in the LowoverheadLoops
pass.

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




More information about the All-commits mailing list