[all-commits] [llvm/llvm-project] 78905c: [CIR] Upstream support for logical not operations ...

Andy Kaylor via All-commits all-commits at lists.llvm.org
Fri Apr 4 17:36:35 PDT 2025


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

  Changed paths:
    M clang/include/clang/CIR/Dialect/Builder/CIRBaseBuilder.h
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/test/CIR/CodeGen/unary.cpp

  Log Message:
  -----------
  [CIR] Upstream support for logical not operations (#133966)

When unary operation support was initially upstreamed, the cir.cast
operation hadn't been upstreamed yet, so logical not wasn't included.
Since casts have now been added, this change adds support for logical
not.



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