[flang] [llvm] [flang] Implement DSECNDS intrinsic (PGI extension) (PR #157573)

Tom Eccles via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 03:59:01 PDT 2025


================
@@ -0,0 +1,23 @@
+! RUN: bbc -emit-fir -hlfir=false %s -o - | FileCheck %s
----------------
tblah wrote:

Please could you test using HLFIR. The old lowering directly to FIR is deprecated and unused.

```suggestion
! RUN: bbc -emit-hlfir %s -o - | FileCheck %s
```

https://github.com/llvm/llvm-project/pull/157573


More information about the llvm-commits mailing list