[all-commits] [llvm/llvm-project] 1319d9: [ARM] Don't revert get.active.lane.mask in ARM Tai...
sjoerdmeijer via All-commits
all-commits at lists.llvm.org
Thu Jun 25 23:45:41 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1319d9bb84fa191aba58c4064958fdeb1f29192d
https://github.com/llvm/llvm-project/commit/1319d9bb84fa191aba58c4064958fdeb1f29192d
Author: Sjoerd Meijer <sjoerd.meijer at arm.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M llvm/lib/Target/ARM/MVETailPredication.cpp
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/basic-tail-pred.ll
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-const.ll
M llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-reduce.ll
Log Message:
-----------
[ARM] Don't revert get.active.lane.mask in ARM Tail-Predication pass
Don't revert intrinsic get.active.lane.mask here, this is moved to isel
legalization in D82292.
Differential Revision: https://reviews.llvm.org/D82105
More information about the All-commits
mailing list