================
@@ -1434,6 +1434,10 @@ bool X86FastISel::X86FastEmitCompare(const Value *Op0,
const Value *Op1, EVT VT,
return true;
}
+#define GET_SETCC
\
+ ((Subtarget->hasZU() && !Subtarget->preferSetCC()) ? X86::SETZUCCr
\
+ : X86::SETCCr)
----------------
phoebewang wrote:
```suggestion
((Subtarget->hasZU() && Subtarget->preferSetCC()) ? X86::SETCCr \
: X86::SETZUCCr)
```
https://github.com/llvm/llvm-project/pull/173965
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits