[NFC][AArch64][CodeGen] Add fixed-width vector tests for get.active.lane.mask
authorDavid Sherwood <david.sherwood@arm.com>
Wed, 5 Jan 2022 09:40:50 +0000 (09:40 +0000)
committerDavid Sherwood <david.sherwood@arm.com>
Thu, 13 Jan 2022 08:52:56 +0000 (08:52 +0000)
commitea9394c43c9897818fae84ccb74c3505f46c05b0
treed3efcd79060cc5c2b484a383870cdba85254b054
parent159898d56827abd757509de94e96edb9b53a7446
[NFC][AArch64][CodeGen] Add fixed-width vector tests for get.active.lane.mask

In practice we don't expect to see the get.active.lane.mask intrinsic
being used for fixed-width vectors, but we should at least be able
to generate code for it. This patch simply adds some fixed-width tests
to an existing file:

  CodeGen/AArch64/active_lane_mask.ll

Differential Revision: https://reviews.llvm.org/D116644
llvm/test/CodeGen/AArch64/active_lane_mask.ll