[llvm] [AMDGPU] Implement hasAndNot for scalar bitwise AND-NOT operations. (PR #112647)

Harrison Hao via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 23:29:09 PDT 2024


================
@@ -6822,6 +6822,81 @@ static unsigned getExtOpcodeForPromotedOp(SDValue Op) {
   }
 }
 
+SDValue SITargetLowering::combineAnd(SDValue Op,
----------------
harrisonGPU wrote:

Okay, I have added this feature to promoteUniformOpToI32 and removed it. :)

https://github.com/llvm/llvm-project/pull/112647


More information about the llvm-commits mailing list