================
@@ -192,6 +192,31 @@ class CodeGenOptions : public CodeGenOptionsBase {
     return getProfileUse() == llvm::driver::ProfileCSIRInstr;
   }
 
+  /// Controls the various implementations for complex division.
----------------
tarunprabhu wrote:

I think that it should be moved, but since it is in `LangOptions` in clang, and 
not `CodeGenOptions`, we would need some reviewers from the `clang` as well. In 
the interest of not blocking this PR, let's leave things as they are, but it 
would be good to avoid this duplication.

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

Reply via email to