[all-commits] [llvm/llvm-project] 0efc9e: [ARM][MVE] More MVETailPredication debug messages....
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Mon Jan 6 01:58:36 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0efc9e5a8cc12b9cb30adf2a3dbb14ffbc60e338
https://github.com/llvm/llvm-project/commit/0efc9e5a8cc12b9cb30adf2a3dbb14ffbc60e338
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-01-06 (Mon, 06 Jan 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp
M llvm/lib/Target/ARM/MVETailPredication.cpp
Log Message:
-----------
[ARM][MVE] More MVETailPredication debug messages. NFC.
I've added a few more debug messages to MVETailPredication because I wanted to
trace better which instructions are added/removed. And while I was at it, I
factored out one function which I thought was clearer, and have added some
comments to describe better the flow between MVETailPredication and
ARMLowOverheadLoops.
Differential Revision: https://reviews.llvm.org/D71549
More information about the All-commits
mailing list