[llvm] [AMDGPU] Implement hasAndNot for scalar bitwise AND-NOT operations. (PR #112647)
Harrison Hao via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 21 01:02:47 PDT 2024
================
@@ -25,6 +25,28 @@ entry:
ret void
}
+; GCN-LABEL: {{^}}scalar_andn2_i32_one_sgpr
+; GCN: s_andn2_b32
+define amdgpu_kernel void @scalar_andn2_i32_one_sgpr(
----------------
harrisonGPU wrote:
Okay, I updated it. :)
https://github.com/llvm/llvm-project/pull/112647
More information about the llvm-commits
mailing list