================ @@ -88,5 +88,9 @@ ENUM_LOWERINGOPT(RegisterMLIRDiagnosticsHandler, unsigned, 1, 1) /// LineTablesOnly. Off by default. ENUM_LOWERINGOPT(PreserveUseDebugInfo, unsigned, 1, 0) +/// FP max/min behavior for MAX/MIN intrinsics and [max|min][loc|val] (Legacy, ---------------- tarunprabhu wrote:
It may be good to be consistent with casing, unless the difference in casing highlights something else. ```suggestion /// FP max/min behavior for max/min intrinsics and [max|min][loc|val] (Legacy, ``` https://github.com/llvm/llvm-project/pull/184730 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
