[Mlir-commits] [flang] [mlir] [acc][flang] Implement OpenACC interface for partial entity accesses (PR #165911)

Slava Zakharin llvmlistbot at llvm.org
Fri Oct 31 12:38:42 PDT 2025


================
@@ -2828,7 +2829,8 @@ def fir_VolatileCastOp : fir_SimpleOneResultOp<"volatile_cast", [Pure]> {
   let hasFolder = 1;
 }
 
-def fir_ConvertOp : fir_SimpleOneResultOp<"convert", [NoMemoryEffect]> {
+def fir_ConvertOp
+    : fir_SimpleOneResultOp<"convert", [NoMemoryEffect, ViewLikeOpInterface]> {
----------------
vzakhari wrote:

nit: this looks like unrelated change, but looks good to me :)

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


More information about the Mlir-commits mailing list