================ @@ -315,6 +315,10 @@ def ffast_real_mod : Flag<["-"], "ffast-real-mod">, Group<f_Group>, def fno_fast_real_mod : Flag<["-"], "fno-fast-real-mod">, Group<f_Group>, HelpText<"Disable optimization of MOD for REAL types in presence of -ffast-math">; +def fcheck_integer_mod_zero + : Flag<["-"], "fcheck-integer-mod-zero">, Group<f_Group>, ---------------- junfengd-nv wrote:
Done. https://github.com/llvm/llvm-project/pull/222790 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
