[flang-commits] [clang] [flang] [mlir] [flang] Add support for -mrecip[=<list>] (PR #143418)
Tarun Prabhu via flang-commits
flang-commits at lists.llvm.org
Mon Jun 9 11:56:59 PDT 2025
================
@@ -56,6 +56,9 @@ class CodeGenOptions : public CodeGenOptionsBase {
// The prefered vector width, if requested by -mprefer-vector-width.
std::string PreferVectorWidth;
+ // List of reciprocal estimate sub-options.
----------------
tarunprabhu wrote:
Should this be a documentation comment?
```suggestion
/// List of reciprocal estimate sub-options.
```
https://github.com/llvm/llvm-project/pull/143418
More information about the flang-commits
mailing list