[LV] Add tests showing suboptimal vectorization for narrow types.
authorFlorian Hahn <flo@fhahn.com>
Thu, 11 Feb 2021 16:42:35 +0000 (16:42 +0000)
committerFlorian Hahn <flo@fhahn.com>
Thu, 11 Feb 2021 17:24:28 +0000 (17:24 +0000)
commitd5387ec2679b5449b81449c5ab3cb0e2fd754010
tree1f189ae2f2431de4a016cb6cf8d4b0cdb941223e
parent6a7deff58e3f725801f8566ef414af4074bc7a9d
[LV] Add tests showing suboptimal vectorization for narrow types.

This patch adds additional test cases showing missing/sub-optimal
vectorization for loops which contain small and wider memory ops on
AArch64.
llvm/test/Transforms/LoopVectorize/AArch64/extend-vectorization-factor-for-unprofitable-memops.ll [new file with mode: 0644]