================
@@ -2543,6 +2543,10 @@ void CodeGenModule::ConstructAttributeList(StringRef 
Name,
     if (shouldDisableTailCalls())
       FuncAttrs.addAttribute("disable-tail-calls", "true");
 
+    // Suppress the machine instruction scheduler when -fextend-lifetimes is 
on.
+    if (CodeGenOpts.ExtendLifetimes)
----------------
pogo59 wrote:

Also -fextend-this-ptr? 

https://github.com/llvm/llvm-project/pull/106724
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to