[all-commits] [llvm/llvm-project] 4fe561: [ARM][MVE] Enable tail predication for loops conta...
aWelker via All-commits
all-commits at lists.llvm.org
Wed Aug 12 07:33:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4fe5615eabbb2a47e7ac32917e621852e057efe8
https://github.com/llvm/llvm-project/commit/4fe5615eabbb2a47e7ac32917e621852e057efe8
Author: Anna Welker <anna.welker at arm.com>
Date: 2020-08-12 (Wed, 12 Aug 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMBaseInstrInfo.h
M llvm/lib/Target/ARM/MVETailPredication.cpp
A llvm/test/CodeGen/Thumb2/mve-gather-scatter-tailpred.ll
Log Message:
-----------
[ARM][MVE] Enable tail predication for loops containing MVE gather/scatters
Widen the scope of memory operations that are allowed to be tail predicated
to include gathers and scatters, such that loops that are auto-vectorized
with the option -enable-arm-maskedgatscat (and actually end up containing
an MVE gather or scatter) can be tail predicated.
Differential Revision: https://reviews.llvm.org/D85138
More information about the All-commits
mailing list