[all-commits] [llvm/llvm-project] 187f62: [ARM] Allow tail predication on sadd_sat and uadd_...

Sam Tebbs via All-commits all-commits at lists.llvm.org
Thu Jun 25 03:54:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 187f627a5057e55e140b2cf8237c69deb87c0193
      https://github.com/llvm/llvm-project/commit/187f627a5057e55e140b2cf8237c69deb87c0193
  Author: Sam Tebbs <samuel.tebbs at arm.com>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M llvm/lib/Target/ARM/MVETailPredication.cpp
    A llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-intrinsic-add-sat.ll

  Log Message:
  -----------
  [ARM] Allow tail predication on sadd_sat and uadd_sat intrinsics

This patch stops the sadd_sat and uadd_sat intrinsics from blocking tail predication.

Differential revision: https://reviews.llvm.org/D82377




More information about the All-commits mailing list