[PATCH] D82377: [ARM] Allow tail predication on sadd_sat and uadd_sat intrinsics

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 06:53:44 PDT 2020


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

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D82377

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82377.272696.patch
Type: text/x-patch
Size: 7109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200623/a758c981/attachment.bin>


More information about the llvm-commits mailing list