[flang-commits] [flang] [mlir] [flang][acc] Handle ViewLike ops with OutlineRematerializationOpInterface in OffloadLiveInValueCanonicalization (PR #184218)

Razvan Lupusoru via flang-commits flang-commits at lists.llvm.org
Wed Mar 4 13:58:11 PST 2026


================
@@ -181,6 +181,20 @@ static bool isRematerializationCandidate(Value val,
     }
   }
 
+  // An op implementing ViewLikeOpInterface may also implement
+  // OutlineRematerializationOpInterface (e.g., fir.convert). When
----------------
razvanlupusoru wrote:

This comment should not mention fir.convert.

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


More information about the flang-commits mailing list