[PATCH] D78485: [ARM][MVE] Tail-predication: debug messages if tripcount cannot be found. NFC.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 20 05:53:24 PDT 2020
SjoerdMeijer created this revision.
SjoerdMeijer added a reviewer: samparker.
Herald added subscribers: danielkiss, dmgreen, hiraditya, kristof.beyls.
Finding the loop tripcount is the first crucial step in preparing a loop for tail-predication, and this adds a debug message if a tripcount cannot be found.
And while I was at it, I added some more comments here and there hopefully clarifying things a bit more.
https://reviews.llvm.org/D78485
Files:
llvm/lib/Target/ARM/MVETailPredication.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78485.258713.patch
Type: text/x-patch
Size: 6265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200420/cfb5038b/attachment.bin>
More information about the llvm-commits
mailing list