[all-commits] [llvm/llvm-project] 685a98: [mlir][emitc] Support array result for `emitc.memb...
Longsheng Mou via All-commits
all-commits at lists.llvm.org
Thu Aug 28 18:12:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 685a98c52562130d53f5b8bfdf7a56960ca804e2
https://github.com/llvm/llvm-project/commit/685a98c52562130d53f5b8bfdf7a56960ca804e2
Author: Longsheng Mou <longshengmou at gmail.com>
Date: 2025-08-29 (Fri, 29 Aug 2025)
Changed paths:
M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
M mlir/test/Dialect/EmitC/ops.mlir
M mlir/test/Target/Cpp/member.mlir
Log Message:
-----------
[mlir][emitc] Support array result for `emitc.member` and `emitc.member_of_ptr` (#155224)
This PR adds array type as a valid result type for `emitc.member` and
`emitc.member_of_ptr`, enabling direct access and assignment to struct
array members in EmitC.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list