[PATCH] D82553: [ARM] Allow rounding intrinsics to be tail predicated
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 26 05:24:35 PDT 2020
SjoerdMeijer added inline comments.
================
Comment at: llvm/lib/Target/ARM/MVETailPredication.cpp:110
/// Perform the relevant checks on the loop and convert if possible.
- bool TryConvert(Value *TripCount);
+ bool TryConvert(Value *TripCount, const ARMSubtarget* ST);
----------------
It would have my preference not to pass ST around all the time; just set it as a class member or get it in `IsPredicatedVectorLoop`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82553/new/
https://reviews.llvm.org/D82553
More information about the llvm-commits
mailing list