[all-commits] [llvm/llvm-project] e9be52: [CIR] Implement NotEqualOp for ComplexType (#146129)
Amr Hesham via All-commits
all-commits at lists.llvm.org
Wed Jul 2 10:25:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9be5286e14e2c290232e6dd6e04c7f5e9410885
https://github.com/llvm/llvm-project/commit/e9be5286e14e2c290232e6dd6e04c7f5e9410885
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-07-02 (Wed, 02 Jul 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 NotEqualOp for ComplexType (#146129)
This change adds support for the not 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