[flang-commits] [flang] [flang] Use saturated intrinsic for floating point conversions (PR #130686)
Asher Mancinelli via flang-commits
flang-commits at lists.llvm.org
Tue Mar 11 09:39:33 PDT 2025
================
@@ -0,0 +1,236 @@
+! RUN: %flang -funsigned %s -o %t && %t | FileCheck %s
----------------
ashermancinelli wrote:
Thanks! Do you think the small changes I made to `flang/test/Fir/convert-to-llvm.fir` are enough for this PR, then? Those are the only differences we should see at the fir level.
https://github.com/llvm/llvm-project/pull/130686
More information about the flang-commits
mailing list