[all-commits] [llvm/llvm-project] 9eb9ba: [ARM][MVE] Fix for tail predication for loops cont...
aWelker via All-commits
all-commits at lists.llvm.org
Thu Aug 13 04:25:13 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9eb9ba076a7da7fc640208cfa7ce897b827c5e4b
https://github.com/llvm/llvm-project/commit/9eb9ba076a7da7fc640208cfa7ce897b827c5e4b
Author: Anna Welker <anna.welker at arm.com>
Date: 2020-08-13 (Thu, 13 Aug 2020)
Changed paths:
M llvm/lib/Target/ARM/MVETailPredication.cpp
A llvm/test/CodeGen/Thumb2/mve-gather-tailpred.ll
Log Message:
-----------
[ARM][MVE] Fix for tail predication for loops containing MVE gather/scatters
Fix to include non-predicated version of write-back gather in special case
treatment for deducting the instruction type.
(This is fixing https://reviews.llvm.org/D85138 for corner cases)
Differential Revision: https://reviews.llvm.org/D85889
More information about the All-commits
mailing list