[llvm] [X86][AVX512] Use comx for compare (PR #113567)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 24 07:49:04 PDT 2024
================
@@ -24073,6 +24078,13 @@ SDValue X86TargetLowering::LowerSETCC(SDValue Op, SelectionDAG &DAG) const {
return IsStrict ? DAG.getMergeValues({Res, Chain}, dl) : Res;
}
+ if (Subtarget.hasAVX10_2_512()) {
----------------
phoebewang wrote:
`hasAVX10_2`
https://github.com/llvm/llvm-project/pull/113567
More information about the llvm-commits
mailing list