================
@@ -7041,6 +7041,9 @@ def mhexagon_hvx_ieee_fp : Flag<["-"], "mhvx-ieee-fp">,
def mno_hexagon_hvx_ieee_fp : Flag<["-"], "mno-hvx-ieee-fp">,
Group<m_hexagon_Features_Group>,
HelpText<"Disable Hexagon HVX IEEE floating-point">;
+foreach i = {6-7} in
+ def ffixed_r#i : Flag<["-"], "ffixed-r"#i>, Group<f_Group>,
----------------
quic-asaravan wrote:
f_Group stands for "target-independent" options (definition at the beginning of
the file). m_Group is for specifying "target-dependent" options which would be
more appropriate for Hexagon options and consistent. Any reason why this went
into f_Group?
https://github.com/llvm/llvm-project/pull/205733
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits