[flang-commits] [flang] [flang] add nsw to operations in subscripts (PR #110060)
via flang-commits
flang-commits at lists.llvm.org
Thu Sep 26 06:26:12 PDT 2024
================
@@ -1,4 +1,5 @@
! RUN: bbc -hlfir=false -o - %s | FileCheck %s
+! RUN: bbc -hlfir=false -fwrapv -o - %s | FileCheck %s --check-prefix=NO-NSW
----------------
jeanPerier wrote:
Both, the none HLFIR lowering implementation is not maintained and will go away as soon as the hlfir=false tests are ported.
https://github.com/llvm/llvm-project/pull/110060
More information about the flang-commits
mailing list