[all-commits] [llvm/llvm-project] 9d91b0: [CIR] Implement EqualOp for ComplexType (#145769)
Amr Hesham via All-commits
all-commits at lists.llvm.org
Thu Jun 26 09:06:44 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d91b07e1e8bc2f3c6086efa6cfcf2565e98658c
https://github.com/llvm/llvm-project/commit/9d91b07e1e8bc2f3c6086efa6cfcf2565e98658c
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.h
M clang/test/CIR/CodeGen/complex.cpp
Log Message:
-----------
[CIR] Implement EqualOp for ComplexType (#145769)
This change adds support for equal operation 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