-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[AArch64] Combine getActiveLaneMask with vector_extract #81139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
momchil-velikov
merged 4 commits into
llvm:main
from
momchil-velikov:combine-alm-extract
May 10, 2024
Merged
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
90ef28b
[AArch64] Combine getActiveLaneMask with vector_extract
momchil-velikov 34d0edc
[fixup] Don't enable the transformation for SME and simplify some cod…
momchil-velikov 450b580
[fixup] Check return type of vector_extract
momchil-velikov ced70f6
[fixup] Guard against extracting a fixed-length vector
momchil-velikov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 156 additions & 0 deletions
156
llvm/test/CodeGen/AArch64/get-active-lane-mask-extract.ll
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4 | ||
; RUN: llc -mattr=+sve < %s | FileCheck %s -check-prefix CHECK-SVE | ||
; RUN: llc -mattr=+sve2p1 < %s | FileCheck %s -check-prefix CHECK-SVE2p1 | ||
target triple = "aarch64-linux" | ||
|
||
; Test combining of getActiveLaneMask with a pair of extract_vector operations. | ||
|
||
define void @test_2x8bit_mask_with_32bit_index_and_trip_count(i32 %i, i32 %n) #0 { | ||
; CHECK-SVE-LABEL: test_2x8bit_mask_with_32bit_index_and_trip_count: | ||
; CHECK-SVE: // %bb.0: | ||
; CHECK-SVE-NEXT: whilelo p1.b, w0, w1 | ||
; CHECK-SVE-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE-NEXT: punpkhi p1.h, p1.b | ||
; CHECK-SVE-NEXT: b use | ||
; | ||
; CHECK-SVE2p1-LABEL: test_2x8bit_mask_with_32bit_index_and_trip_count: | ||
; CHECK-SVE2p1: // %bb.0: | ||
; CHECK-SVE2p1-NEXT: mov w8, w1 | ||
; CHECK-SVE2p1-NEXT: mov w9, w0 | ||
; CHECK-SVE2p1-NEXT: whilelo { p0.h, p1.h }, x9, x8 | ||
; CHECK-SVE2p1-NEXT: b use | ||
%r = call <vscale x 16 x i1> @llvm.get.active.lane.mask.nxv16i1.i32(i32 %i, i32 %n) | ||
%v0 = call <vscale x 8 x i1> @llvm.vector.extract.nxv8i1.nxv16i1.i64(<vscale x 16 x i1> %r, i64 0) | ||
%v1 = call <vscale x 8 x i1> @llvm.vector.extract.nxv8i1.nxv16i1.i64(<vscale x 16 x i1> %r, i64 8) | ||
tail call void @use(<vscale x 8 x i1> %v0, <vscale x 8 x i1> %v1) | ||
ret void | ||
} | ||
|
||
define void @test_2x8bit_mask_with_64bit_index_and_trip_count(i64 %i, i64 %n) #0 { | ||
; CHECK-SVE-LABEL: test_2x8bit_mask_with_64bit_index_and_trip_count: | ||
; CHECK-SVE: // %bb.0: | ||
; CHECK-SVE-NEXT: whilelo p1.b, x0, x1 | ||
; CHECK-SVE-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE-NEXT: punpkhi p1.h, p1.b | ||
; CHECK-SVE-NEXT: b use | ||
; | ||
; CHECK-SVE2p1-LABEL: test_2x8bit_mask_with_64bit_index_and_trip_count: | ||
; CHECK-SVE2p1: // %bb.0: | ||
; CHECK-SVE2p1-NEXT: whilelo { p0.h, p1.h }, x0, x1 | ||
; CHECK-SVE2p1-NEXT: b use | ||
%r = call <vscale x 16 x i1> @llvm.get.active.lane.mask.nxv16i1.i64(i64 %i, i64 %n) | ||
%v0 = call <vscale x 8 x i1> @llvm.vector.extract.nxv8i1.nxv16i1.i64(<vscale x 16 x i1> %r, i64 0) | ||
%v1 = call <vscale x 8 x i1> @llvm.vector.extract.nxv8i1.nxv16i1.i64(<vscale x 16 x i1> %r, i64 8) | ||
tail call void @use(<vscale x 8 x i1> %v0, <vscale x 8 x i1> %v1) | ||
ret void | ||
} | ||
|
||
momchil-velikov marked this conversation as resolved.
Show resolved
Hide resolved
|
||
define void @test_edge_case_2x1bit_mask(i64 %i, i64 %n) #0 { | ||
; CHECK-SVE-LABEL: test_edge_case_2x1bit_mask: | ||
; CHECK-SVE: // %bb.0: | ||
; CHECK-SVE-NEXT: whilelo p1.d, x0, x1 | ||
; CHECK-SVE-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE-NEXT: punpkhi p1.h, p1.b | ||
; CHECK-SVE-NEXT: b use | ||
; | ||
; CHECK-SVE2p1-LABEL: test_edge_case_2x1bit_mask: | ||
; CHECK-SVE2p1: // %bb.0: | ||
; CHECK-SVE2p1-NEXT: whilelo p1.d, x0, x1 | ||
; CHECK-SVE2p1-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE2p1-NEXT: punpkhi p1.h, p1.b | ||
; CHECK-SVE2p1-NEXT: b use | ||
%r = call <vscale x 2 x i1> @llvm.get.active.lane.mask.nxv2i1.i64(i64 %i, i64 %n) | ||
%v0 = call <vscale x 1 x i1> @llvm.vector.extract.nxv1i1.nxv2i1.i64(<vscale x 2 x i1> %r, i64 0) | ||
%v1 = call <vscale x 1 x i1> @llvm.vector.extract.nxv1i1.nxv2i1.i64(<vscale x 2 x i1> %r, i64 1) | ||
tail call void @use(<vscale x 1 x i1> %v0, <vscale x 1 x i1> %v1) | ||
ret void | ||
} | ||
|
||
define void @test_boring_case_2x2bit_mask(i64 %i, i64 %n) #0 { | ||
; CHECK-SVE-LABEL: test_boring_case_2x2bit_mask: | ||
; CHECK-SVE: // %bb.0: | ||
; CHECK-SVE-NEXT: whilelo p1.s, x0, x1 | ||
; CHECK-SVE-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE-NEXT: punpkhi p1.h, p1.b | ||
; CHECK-SVE-NEXT: b use | ||
; | ||
; CHECK-SVE2p1-LABEL: test_boring_case_2x2bit_mask: | ||
; CHECK-SVE2p1: // %bb.0: | ||
; CHECK-SVE2p1-NEXT: whilelo { p0.d, p1.d }, x0, x1 | ||
; CHECK-SVE2p1-NEXT: b use | ||
%r = call <vscale x 4 x i1> @llvm.get.active.lane.mask.nxv4i1.i64(i64 %i, i64 %n) | ||
%v0 = call <vscale x 2 x i1> @llvm.vector.extract.nxv2i1.nxv4i1.i64(<vscale x 4 x i1> %r, i64 0) | ||
%v1 = call <vscale x 2 x i1> @llvm.vector.extract.nxv2i1.nxv4i1.i64(<vscale x 4 x i1> %r, i64 2) | ||
tail call void @use(<vscale x 2 x i1> %v0, <vscale x 2 x i1> %v1) | ||
ret void | ||
} | ||
|
||
; Negative test for when not extracting exactly two halves of the source vector | ||
define void @test_partial_extract(i64 %i, i64 %n) #0 { | ||
; CHECK-SVE-LABEL: test_partial_extract: | ||
; CHECK-SVE: // %bb.0: | ||
; CHECK-SVE-NEXT: whilelo p0.h, x0, x1 | ||
; CHECK-SVE-NEXT: punpklo p1.h, p0.b | ||
; CHECK-SVE-NEXT: punpkhi p2.h, p0.b | ||
; CHECK-SVE-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE-NEXT: punpklo p1.h, p2.b | ||
; CHECK-SVE-NEXT: b use | ||
; | ||
; CHECK-SVE2p1-LABEL: test_partial_extract: | ||
; CHECK-SVE2p1: // %bb.0: | ||
; CHECK-SVE2p1-NEXT: whilelo p0.h, x0, x1 | ||
; CHECK-SVE2p1-NEXT: punpklo p1.h, p0.b | ||
; CHECK-SVE2p1-NEXT: punpkhi p2.h, p0.b | ||
; CHECK-SVE2p1-NEXT: punpklo p0.h, p1.b | ||
; CHECK-SVE2p1-NEXT: punpklo p1.h, p2.b | ||
; CHECK-SVE2p1-NEXT: b use | ||
%r = call <vscale x 8 x i1> @llvm.get.active.lane.mask.nxv8i1.i64(i64 %i, i64 %n) | ||
%v0 = call <vscale x 2 x i1> @llvm.vector.extract.nxv2i1.nxv8i1.i64(<vscale x 8 x i1> %r, i64 0) | ||
%v1 = call <vscale x 2 x i1> @llvm.vector.extract.nxv2i1.nxv8i1.i64(<vscale x 8 x i1> %r, i64 4) | ||
tail call void @use(<vscale x 2 x i1> %v0, <vscale x 2 x i1> %v1) | ||
ret void | ||
} | ||
|
||
;; Negative test for when extracting a fixed-length vector. | ||
define void @test_fixed_extract(i64 %i, i64 %n) #0 { | ||
; CHECK-SVE-LABEL: test_fixed_extract: | ||
; CHECK-SVE: // %bb.0: | ||
; CHECK-SVE-NEXT: whilelo p0.h, x0, x1 | ||
; CHECK-SVE-NEXT: cset w8, mi | ||
; CHECK-SVE-NEXT: mov z0.h, p0/z, #1 // =0x1 | ||
; CHECK-SVE-NEXT: umov w9, v0.h[4] | ||
; CHECK-SVE-NEXT: umov w10, v0.h[1] | ||
; CHECK-SVE-NEXT: umov w11, v0.h[5] | ||
; CHECK-SVE-NEXT: fmov s0, w8 | ||
; CHECK-SVE-NEXT: fmov s1, w9 | ||
; CHECK-SVE-NEXT: mov v0.s[1], w10 | ||
; CHECK-SVE-NEXT: // kill: def $d0 killed $d0 killed $q0 | ||
; CHECK-SVE-NEXT: mov v1.s[1], w11 | ||
; CHECK-SVE-NEXT: // kill: def $d1 killed $d1 killed $q1 | ||
; CHECK-SVE-NEXT: b use | ||
; | ||
; CHECK-SVE2p1-LABEL: test_fixed_extract: | ||
; CHECK-SVE2p1: // %bb.0: | ||
; CHECK-SVE2p1-NEXT: whilelo p0.h, x0, x1 | ||
; CHECK-SVE2p1-NEXT: cset w8, mi | ||
; CHECK-SVE2p1-NEXT: mov z0.h, p0/z, #1 // =0x1 | ||
; CHECK-SVE2p1-NEXT: umov w9, v0.h[4] | ||
; CHECK-SVE2p1-NEXT: umov w10, v0.h[1] | ||
; CHECK-SVE2p1-NEXT: umov w11, v0.h[5] | ||
; CHECK-SVE2p1-NEXT: fmov s0, w8 | ||
; CHECK-SVE2p1-NEXT: fmov s1, w9 | ||
; CHECK-SVE2p1-NEXT: mov v0.s[1], w10 | ||
; CHECK-SVE2p1-NEXT: // kill: def $d0 killed $d0 killed $q0 | ||
; CHECK-SVE2p1-NEXT: mov v1.s[1], w11 | ||
; CHECK-SVE2p1-NEXT: // kill: def $d1 killed $d1 killed $q1 | ||
; CHECK-SVE2p1-NEXT: b use | ||
%r = call <vscale x 8 x i1> @llvm.get.active.lane.mask.nxv8i1.i64(i64 %i, i64 %n) | ||
%v0 = call <2 x i1> @llvm.vector.extract.v2i1.nxv8i1.i64(<vscale x 8 x i1> %r, i64 0) | ||
%v1 = call <2 x i1> @llvm.vector.extract.v2i1.nxv8i1.i64(<vscale x 8 x i1> %r, i64 4) | ||
tail call void @use(<2 x i1> %v0, <2 x i1> %v1) | ||
ret void | ||
} | ||
|
||
declare void @use(...) | ||
|
||
attributes #0 = { nounwind } |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.