[all-commits] [llvm/llvm-project] a06ae9: [CIR] Upstream support for promoted types with una...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Thu Apr 3 14:04:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a06ae976dc0d977ca034041a8b91634e32bf6994
      https://github.com/llvm/llvm-project/commit/a06ae976dc0d977ca034041a8b91634e32bf6994
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-04-03 (Thu, 03 Apr 2025)

  Changed paths:
    M clang/lib/CIR/CodeGen/CIRGenBuilder.h
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/test/CIR/CodeGen/unary.cpp

  Log Message:
  -----------
  [CIR] Upstream support for promoted types with unary plus/minus (#133829)

The initial upstreaming of unary operations left promoted types
unhandled for the unary plus and minus operators. This change implements
support for promoted types and performs a bit of related code cleanup.



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