================
@@ -269,6 +269,14 @@ void x86::getX86TargetFeatures(const Driver &D, const 
llvm::Triple &Triple,
 
         Features.push_back(
             Args.MakeArgString((IsNegative ? "-" : "+") + Value));
+
+        // Implicitly add prefer-setzucc feature when ZU feature is enabled. 
The
----------------
phoebewang wrote:

I don't think we need `prefer-setzucc` if we always enabled it. Maybe add a 
tuning `prefer-setcc` to disable it when necessary?

https://github.com/llvm/llvm-project/pull/173965
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to