[PATCH] D87608: [ARM][MVE] Tail-predication: use unsigned SCEV ranges for tripcount

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 06:07:24 PDT 2020


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: samparker, dmgreen, samtebbs.
Herald added subscribers: danielkiss, javed.absar, hiraditya, kristof.beyls.
Herald added a project: LLVM.
SjoerdMeijer requested review of this revision.

Tripcount expressions have a positive range, so use unsigned scev ranges for it.


https://reviews.llvm.org/D87608

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87608.291552.patch
Type: text/x-patch
Size: 9067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/e54bec86/attachment.bin>


More information about the llvm-commits mailing list