[flang-commits] [flang] [flang] Use saturated intrinsic for floating point conversions (PR #130686)
via flang-commits
flang-commits at lists.llvm.org
Tue Mar 11 09:59:08 PDT 2025
================
@@ -0,0 +1,236 @@
+! RUN: %flang -funsigned %s -o %t && %t | FileCheck %s
----------------
jeanPerier wrote:
Yes, they are completely exercising your change, so the coverage is good as far as lit testing is concerned.
https://github.com/llvm/llvm-project/pull/130686
More information about the flang-commits
mailing list