[flang-commits] [flang] [FLANG] Solving issue with adjustr intrinsic in where construct (PR #146851)

Slava Zakharin via flang-commits flang-commits at lists.llvm.org
Fri Jul 11 08:19:06 PDT 2025


================
@@ -0,0 +1,14 @@
+! RUN: bbc -emit-fir -o - %s | FileCheck %s
+
+! Checking no reference to boxchar conversion is in the emitted fir.
+! CHECK-NOT: (!fir.ref<!fir.char<1,4>>) -> !fir.boxchar<1>
----------------
vzakhari wrote:

Please update the checks to show what kind of emboxchar we generate after this change.

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


More information about the flang-commits mailing list