================ @@ -0,0 +1,64 @@ +! Tests for -finit-local= with REAL(16) and COMPLEX(16) (IEEE f128). +! These types require f128 math support, which is not available on AIX. +! +! REQUIRES: flang-supports-f128-math +! +! RUN: bbc -emit-hlfir -finit-local=zero -o - %s | FileCheck --check-prefix=ZERO %s +! RUN: bbc -emit-hlfir -finit-local=nan -o - %s | FileCheck --check-prefix=NAN %s +! RUN: bbc -emit-hlfir -finit-local=snan -o - %s | FileCheck --check-prefix=SNAN %s +! RUN: bbc -emit-hlfir -finit-local=0xAA -o - %s | FileCheck --check-prefix=HEX %s ---------------- tarunprabhu wrote:
I believe that we have been using `%flang_fc1` to test lowering instead of `bbc` unless the latter is explicitly needed. @eugeneepshteyn, is that correct? https://github.com/llvm/llvm-project/pull/216164 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
