[all-commits] [llvm/llvm-project] 566c30: [CIR] Upstream binary assignments and comma (#135115)

Morris Hafner via All-commits all-commits at lists.llvm.org
Fri Apr 11 10:26:50 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 566c30e324a0e87269fc72e5a0219d4c3e1d9fbf
      https://github.com/llvm/llvm-project/commit/566c30e324a0e87269fc72e5a0219d4c3e1d9fbf
  Author: Morris Hafner <mmha at users.noreply.github.com>
  Date:   2025-04-11 (Fri, 11 Apr 2025)

  Changed paths:
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenDecl.cpp
    M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    A clang/test/CIR/CodeGen/binassign.c
    A clang/test/CIR/CodeGen/comma.c
    A clang/test/CIR/IR/binassign.cir

  Log Message:
  -----------
  [CIR] Upstream binary assignments and comma (#135115)

This patch adds `VisitBinAssign` and `VisitBinComma` to the ClangIR
`ScalarExprEmitter` to enable assignments and the comma operator.

---------

Co-authored-by: Morris Hafner <mhafner at nvidia.com>



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