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

Thank you for providing the example! I understand that your example is about 
moving Clang's `CodeGenOptions` to `llvm/Frontend/Driver/CodegenOptions.h`. 
Since Flang already defines `ComplexRangeKind` as `CodeGenOptions`, moving it 
to `llvm/Frontend/Driver/CodegenOptions.h` might not require significant 
modifications. However, in Clang, it's defined in `LangOptions`, so I'm unsure 
how to move it and how much modification would be necessary.

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