[PATCH] D82553: [ARM] Allow rounding intrinsics to be tail predicated

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 08:01:01 PDT 2020


samtebbs created this revision.
samtebbs added reviewers: samparker, SjoerdMeijer, dmgreen, olista01, simon_tatham, t.p.northover.
samtebbs added a project: LLVM.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.

This patch stops the trunc, rint, round, floor and ceil intrinsics from blocking tail predication.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82553

Files:
  llvm/lib/Target/ARM/MVETailPredication.cpp
  llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-intrinsic-round.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82553.273355.patch
Type: text/x-patch
Size: 9471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200625/07aaed75/attachment.bin>


More information about the llvm-commits mailing list