[all-commits] [llvm/llvm-project] 149d4b: [mlir][EmitC]Allow Fields to have initial values (...

Jaden Angella via All-commits all-commits at lists.llvm.org
Fri Aug 1 11:20:35 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 149d4b503391b4643f3085bd82e19eae69e5e3fb
      https://github.com/llvm/llvm-project/commit/149d4b503391b4643f3085bd82e19eae69e5e3fb
  Author: Jaden Angella <ajaden at google.com>
  Date:   2025-08-01 (Fri, 01 Aug 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/EmitC/IR/EmitC.td
    M mlir/lib/Dialect/EmitC/IR/EmitC.cpp
    M mlir/lib/Dialect/EmitC/Transforms/WrapFuncInClass.cpp
    M mlir/lib/Target/Cpp/TranslateToCpp.cpp
    M mlir/test/mlir-translate/emitc_classops.mlir

  Log Message:
  -----------
  [mlir][EmitC]Allow Fields to have initial values (#151437)

This will ensure that:
- The `field` of a class can have an initial value
- The `field` op is emitted correctly
- The `getfield` op is emitted correctly



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