-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
[AMDGPU] (x or y) xor -1 -> x nor y #130264
Merged
Merged
Changes from all commits
Commits
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 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
This file contains 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,107 @@ | ||
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 3 | ||
; RUN: llc -global-isel=0 -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 -mattr="-wavefrontsize32,+wavefrontsize64" -o - < %s | FileCheck -check-prefixes=SDAG-W64 %s | ||
; RUN: llc -global-isel=1 -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 -mattr="-wavefrontsize32,+wavefrontsize64" -o - < %s | FileCheck -check-prefixes=GISEL-W64 %s | ||
; RUN: llc -global-isel=0 -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 -mattr="+wavefrontsize32,-wavefrontsize64" -o - < %s | FileCheck -check-prefixes=SDAG-W32 %s | ||
; RUN: llc -global-isel=1 -mtriple=amdgcn-amd-amdpal -mcpu=gfx1100 -mattr="+wavefrontsize32,-wavefrontsize64" -o - < %s | FileCheck -check-prefixes=GISEL-W32 %s | ||
|
||
; Use ballot for easy access to lanemask | ||
|
||
define amdgpu_ps i64 @test_nor(i64 inreg %a, i64 inreg %b) { | ||
; SDAG-W64-LABEL: test_nor: | ||
; SDAG-W64: ; %bb.0: | ||
; SDAG-W64-NEXT: s_nor_b64 s[0:1], s[0:1], s[2:3] | ||
; SDAG-W64-NEXT: s_delay_alu instid0(SALU_CYCLE_1) | instskip(NEXT) | instid1(VALU_DEP_1) | ||
; SDAG-W64-NEXT: v_cndmask_b32_e64 v0, 0, 1, s[0:1] | ||
; SDAG-W64-NEXT: v_cmp_ne_u32_e64 s[0:1], 0, v0 | ||
; SDAG-W64-NEXT: ; return to shader part epilog | ||
; | ||
; GISEL-W64-LABEL: test_nor: | ||
; GISEL-W64: ; %bb.0: | ||
; GISEL-W64-NEXT: s_nor_b64 s[0:1], s[0:1], s[2:3] | ||
; GISEL-W64-NEXT: s_delay_alu instid0(SALU_CYCLE_1) | ||
; GISEL-W64-NEXT: s_and_b64 s[0:1], s[0:1], exec | ||
; GISEL-W64-NEXT: ; return to shader part epilog | ||
; | ||
; SDAG-W32-LABEL: test_nor: | ||
; SDAG-W32: ; %bb.0: | ||
; SDAG-W32-NEXT: s_nor_b32 s0, s0, s2 | ||
; SDAG-W32-NEXT: s_mov_b32 s1, 0 | ||
; SDAG-W32-NEXT: v_cndmask_b32_e64 v0, 0, 1, s0 | ||
; SDAG-W32-NEXT: s_delay_alu instid0(VALU_DEP_1) | ||
; SDAG-W32-NEXT: v_cmp_ne_u32_e64 s0, 0, v0 | ||
; SDAG-W32-NEXT: ; return to shader part epilog | ||
; | ||
; GISEL-W32-LABEL: test_nor: | ||
; GISEL-W32: ; %bb.0: | ||
; GISEL-W32-NEXT: s_nor_b32 s0, s0, s2 | ||
; GISEL-W32-NEXT: s_mov_b32 s1, 0 | ||
; GISEL-W32-NEXT: s_and_b32 s0, s0, exec_lo | ||
; GISEL-W32-NEXT: ; return to shader part epilog | ||
%a.lanemask = call i1 @llvm.amdgcn.inverse.ballot.i64(i64 %a) | ||
%b.lanemask = call i1 @llvm.amdgcn.inverse.ballot.i64(i64 %b) | ||
%or = or i1 %a.lanemask, %b.lanemask | ||
%xor = xor i1 %or, true | ||
%r = call i64 @llvm.amdgcn.ballot.i64(i1 %xor) | ||
ret i64 %r | ||
} | ||
|
||
define amdgpu_ps i64 @test_or_two_uses(i64 inreg %a, i64 inreg %b) { | ||
; SDAG-W64-LABEL: test_or_two_uses: | ||
; SDAG-W64: ; %bb.0: | ||
; SDAG-W64-NEXT: s_or_b64 s[0:1], s[0:1], s[2:3] | ||
; SDAG-W64-NEXT: s_delay_alu instid0(SALU_CYCLE_1) | instskip(SKIP_3) | instid1(VALU_DEP_2) | ||
; SDAG-W64-NEXT: v_cndmask_b32_e64 v0, 0, 1, s[0:1] | ||
; SDAG-W64-NEXT: s_xor_b64 s[0:1], s[0:1], -1 | ||
; SDAG-W64-NEXT: s_waitcnt_depctr 0xfffe | ||
; SDAG-W64-NEXT: v_cndmask_b32_e64 v1, 0, 1, s[0:1] | ||
; SDAG-W64-NEXT: v_cmp_ne_u32_e32 vcc, 0, v0 | ||
; SDAG-W64-NEXT: s_delay_alu instid0(VALU_DEP_2) | ||
; SDAG-W64-NEXT: v_cmp_ne_u32_e64 s[0:1], 0, v1 | ||
; SDAG-W64-NEXT: s_and_b64 s[0:1], s[0:1], vcc | ||
; SDAG-W64-NEXT: s_waitcnt_depctr 0xfffe | ||
; SDAG-W64-NEXT: ; return to shader part epilog | ||
; | ||
; GISEL-W64-LABEL: test_or_two_uses: | ||
; GISEL-W64: ; %bb.0: | ||
; GISEL-W64-NEXT: s_or_b64 s[0:1], s[0:1], s[2:3] | ||
; GISEL-W64-NEXT: s_delay_alu instid0(SALU_CYCLE_1) | instskip(SKIP_2) | instid1(SALU_CYCLE_1) | ||
; GISEL-W64-NEXT: s_xor_b64 s[2:3], s[0:1], -1 | ||
; GISEL-W64-NEXT: s_and_b64 s[0:1], s[0:1], exec | ||
; GISEL-W64-NEXT: s_and_b64 s[2:3], s[2:3], exec | ||
; GISEL-W64-NEXT: s_and_b64 s[0:1], s[2:3], s[0:1] | ||
; GISEL-W64-NEXT: ; return to shader part epilog | ||
; | ||
; SDAG-W32-LABEL: test_or_two_uses: | ||
; SDAG-W32: ; %bb.0: | ||
; SDAG-W32-NEXT: s_or_b32 s0, s0, s2 | ||
; SDAG-W32-NEXT: s_mov_b32 s3, 0 | ||
; SDAG-W32-NEXT: v_cndmask_b32_e64 v0, 0, 1, s0 | ||
; SDAG-W32-NEXT: s_xor_b32 s0, s0, -1 | ||
; SDAG-W32-NEXT: s_mov_b32 s1, s3 | ||
; SDAG-W32-NEXT: v_cndmask_b32_e64 v1, 0, 1, s0 | ||
; SDAG-W32-NEXT: s_delay_alu instid0(VALU_DEP_2) | instskip(NEXT) | instid1(VALU_DEP_2) | ||
; SDAG-W32-NEXT: v_cmp_ne_u32_e64 s0, 0, v0 | ||
; SDAG-W32-NEXT: v_cmp_ne_u32_e64 s2, 0, v1 | ||
; SDAG-W32-NEXT: s_and_b64 s[0:1], s[2:3], s[0:1] | ||
; SDAG-W32-NEXT: ; return to shader part epilog | ||
; | ||
; GISEL-W32-LABEL: test_or_two_uses: | ||
; GISEL-W32: ; %bb.0: | ||
; GISEL-W32-NEXT: s_or_b32 s0, s0, s2 | ||
; GISEL-W32-NEXT: s_mov_b32 s1, 0 | ||
; GISEL-W32-NEXT: s_xor_b32 s4, s0, -1 | ||
; GISEL-W32-NEXT: s_and_b32 s2, s0, exec_lo | ||
; GISEL-W32-NEXT: s_mov_b32 s3, s1 | ||
; GISEL-W32-NEXT: s_and_b32 s0, s4, exec_lo | ||
; GISEL-W32-NEXT: s_delay_alu instid0(SALU_CYCLE_1) | ||
; GISEL-W32-NEXT: s_and_b64 s[0:1], s[0:1], s[2:3] | ||
; GISEL-W32-NEXT: ; return to shader part epilog | ||
%a.lanemask = call i1 @llvm.amdgcn.inverse.ballot.i64(i64 %a) | ||
%b.lanemask = call i1 @llvm.amdgcn.inverse.ballot.i64(i64 %b) | ||
%or = or i1 %a.lanemask, %b.lanemask | ||
%xor = xor i1 %or, true | ||
%r0 = call i64 @llvm.amdgcn.ballot.i64(i1 %xor) | ||
%r1 = call i64 @llvm.amdgcn.ballot.i64(i1 %or) | ||
%r = and i64 %r0, %r1 | ||
ret i64 %r | ||
} |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth supporting ANDN2 and ORN2 as well, as hinted on line 1917 above?