[ARM] Allow tail predication on sadd_sat and uadd_sat intrinsics
authorSam Tebbs <samuel.tebbs@arm.com>
Thu, 25 Jun 2020 10:53:11 +0000 (11:53 +0100)
committerSam Tebbs <samuel.tebbs@arm.com>
Thu, 25 Jun 2020 10:54:29 +0000 (11:54 +0100)
commit187f627a5057e55e140b2cf8237c69deb87c0193
tree7204cff08f081cee2a4cb7d97d1b28fe39beabd0
parent22f02db625dd3ffd7d041edb6ef5af371f4fa474
[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
llvm/lib/Target/ARM/MVETailPredication.cpp
llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-intrinsic-add-sat.ll [new file with mode: 0644]