[all-commits] [llvm/llvm-project] e4da49: [CIR] Upstream __imag__ for ComplexType (#144262)

Amr Hesham via All-commits all-commits at lists.llvm.org
Wed Jun 25 10:39:56 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e4da49f0183bb5b39263f0c94e12dd9e8d05bf27
      https://github.com/llvm/llvm-project/commit/e4da49f0183bb5b39263f0c94e12dd9e8d05bf27
  Author: Amr Hesham <amr96 at programmer.net>
  Date:   2025-06-25 (Wed, 25 Jun 2025)

  Changed paths:
    M clang/include/clang/CIR/Dialect/IR/CIROps.td
    M clang/lib/CIR/CodeGen/CIRGenBuilder.h
    M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
    M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
    M clang/lib/CIR/Dialect/Transforms/CIRCanonicalize.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
    M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
    M clang/test/CIR/CodeGen/complex.cpp
    M clang/test/CIR/IR/invalid-complex.cir
    A clang/test/CIR/Transforms/complex-imag-fold.cir

  Log Message:
  -----------
  [CIR] Upstream __imag__ for ComplexType (#144262)

This change adds support for `__imag__` for ComplexType

https://github.com/llvm/llvm-project/issues/141365



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