[llvm] [PowerPC] vector compare greater than support (PR #150422)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 22:52:04 PDT 2025
================
@@ -4569,7 +4569,14 @@ bool PPCDAGToDAGISel::trySETCC(SDNode *N) {
if (!IsStrict && LHS.getValueType().isVector()) {
if (Subtarget->hasSPE())
return false;
-
+ // Check if RHS or LHS vector operands are 0 and change SETNE to either
----------------
Himadhith wrote:
Group code review comment - Change the comment to make it more descriptive of what the patch is meant to be doing.
https://github.com/llvm/llvm-project/pull/150422
More information about the llvm-commits
mailing list