[flang-commits] [flang] [flang] add nsw to operations in subscripts (PR #110060)
via flang-commits
flang-commits at lists.llvm.org
Thu Sep 26 01:37:54 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:
There is no point adding test an updating the non HLFIR part. It is deprecated/legacy. The only reason it is still there is because many tests needs to be ported to HLFIR to ensure coverage on non HLFIR specific lowering utilities.
https://github.com/llvm/llvm-project/pull/110060
More information about the flang-commits
mailing list