[all-commits] [llvm/llvm-project] 9da8dd: [NFC][LoopVectorize] Add test for tail-folding loo...
david-arm via All-commits
all-commits at lists.llvm.org
Wed Nov 3 02:51:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9da8dde7fdf44a12101d197e958e9a664dd2044e
https://github.com/llvm/llvm-project/commit/9da8dde7fdf44a12101d197e958e9a664dd2044e
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
A llvm/test/Transforms/LoopVectorize/AArch64/tail-fold-uniform-memops.ll
Log Message:
-----------
[NFC][LoopVectorize] Add test for tail-folding loop with conditional uniform load
I've added a test for a loop containing a conditional uniform load for
a target that supports masked loads. The test just ensures that we
correctly use gather instructions and have the correct mask.
Differential Revision: https://reviews.llvm.org/D112619
More information about the All-commits
mailing list