================
@@ -59,6 +59,8 @@ class RValue {
return value;
}
+ mlir::Value getAnyValue() const { return value; }
----------------
AmrDeveloper wrote:I will create NFC once this PR is merged to rename it https://github.com/llvm/llvm-project/pull/194027 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
