[llvm] [X86][AVX10.2] Support AVX10.2-COMEF new instructions. (PR #108063)

Phoebe Wang via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 03:28:14 PDT 2024


================
@@ -26060,22 +26060,43 @@ SDValue X86TargetLowering::LowerINTRINSIC_WO_CHAIN(SDValue Op,
       if (CC == ISD::SETLT || CC == ISD::SETLE)
         std::swap(LHS, RHS);
 
-      SDValue Comi = DAG.getNode(IntrData->Opc0, dl, MVT::i32, LHS, RHS);
+      // For AVX10.2, Support EQ and NE
----------------
phoebewang wrote:

Add the ending `.` for comments. The same below.

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


More information about the llvm-commits mailing list