================
@@ -2694,6 +2694,58 @@ def CIR_GetMemberOp : CIR_Op<"get_member"> {
let hasVerifier = 1;
}
+//===----------------------------------------------------------------------===//
+// GetMemberValueOp
+//===----------------------------------------------------------------------===//
+
+def CIR_GetMemberValueOp : CIR_Op<"get_member_value"> {
----------------
vishruth-thimmaiah wrote:
I added this op here because `get_member` needs a pointer to the record, I
don't think I can use it directly here without allocating and storing the
record first?
https://github.com/llvm/llvm-project/pull/172554
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits