[all-commits] [llvm/llvm-project] 5f8666: [CIR] Upstream initial support for unary op (#131369)

Andy Kaylor via All-commits all-commits at lists.llvm.org
Mon Mar 17 15:27:59 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f866666a6fb8a1a976a286d2f845809a7108f05
      https://github.com/llvm/llvm-project/commit/5f866666a6fb8a1a976a286d2f845809a7108f05
  Author: Andy Kaylor <akaylor at nvidia.com>
  Date:   2025-03-17 (Mon, 17 Mar 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/include/clang/CIR/MissingFeatures.h
    M clang/lib/CIR/CodeGen/CIRGenExpr.cpp
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.cpp
    M clang/lib/CIR/CodeGen/CIRGenFunction.h
    M clang/lib/CIR/CodeGen/CIRGenValue.h
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
    M clang/test/CIR/CodeGen/unary-expr-or-type-trait.cpp
    A clang/test/CIR/CodeGen/unary.cpp

  Log Message:
  -----------
  [CIR] Upstream initial support for unary op (#131369)

This adds support for the cir.unary plus, minus, inc, dec, and not operations for integer, floating point, and boolean types.



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