[all-commits] [llvm/llvm-project] ea9394: [NFC][AArch64][CodeGen] Add fixed-width vector tes...

david-arm via All-commits all-commits at lists.llvm.org
Thu Jan 13 00:53:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea9394c43c9897818fae84ccb74c3505f46c05b0
      https://github.com/llvm/llvm-project/commit/ea9394c43c9897818fae84ccb74c3505f46c05b0
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    M llvm/test/CodeGen/AArch64/active_lane_mask.ll

  Log Message:
  -----------
  [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




More information about the All-commits mailing list