[all-commits] [llvm/llvm-project] d9cb81: [ARM] Allow rounding intrinsics to be tail predicated
Sam Tebbs via All-commits
all-commits at lists.llvm.org
Tue Jun 30 08:52:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d9cb811cbfd9d34816497713b318ccc34ce045b7
https://github.com/llvm/llvm-project/commit/d9cb811cbfd9d34816497713b318ccc34ce045b7
Author: Samuel Tebbs <samteb02 at e124480.cambridge.arm.com>
Date: 2020-06-30 (Tue, 30 Jun 2020)
Changed paths:
M llvm/lib/Target/ARM/MVETailPredication.cpp
A llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-intrinsic-round.ll
Log Message:
-----------
[ARM] Allow rounding intrinsics to be tail predicated
This patch stops the trunc, rint, round, floor and ceil intrinsics from blocking tail predication.
Differential Revision: https://reviews.llvm.org/D82553
More information about the All-commits
mailing list