[PATCH] D116644: [NFC][AArch64][CodeGen] Add fixed-width vector tests for get.active.lane.mask

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 5 01:48:26 PST 2022


david-arm created this revision.
david-arm added reviewers: sdesmalen, CarolineConcatto, kmclaughlin.
Herald added a subscriber: kristof.beyls.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116644

Files:
  llvm/test/CodeGen/AArch64/active_lane_mask.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116644.397480.patch
Type: text/x-patch
Size: 11756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220105/ebd3dbdb/attachment.bin>


More information about the llvm-commits mailing list