4 Commits

Author SHA1 Message Date
Amr Hesham
84d65e9d19
[CIR] Upstream builtin_conj for ComplexType (#149170)
This change adds support for builtin_conj for ComplexType

https://github.com/llvm/llvm-project/issues/141365
2025-07-17 18:00:32 +02:00
Amr Hesham
54ec5217a0
[CIR] Upstream __builtin_cimag for ComplexType (#147808)
Upstream __builtin_cimag support for ComplexType

https://github.com/llvm/llvm-project/issues/141365
2025-07-10 18:19:24 +02:00
Amr Hesham
ddfc13c191
[CIR] Upstream __builtin_creal for ComplexType (#146927)
Upstream `__builtin_creal` support for ComplexType

https://github.com/llvm/llvm-project/issues/141365
2025-07-09 18:28:00 +02:00
Amr Hesham
70bedc74b9
[CIR] Upstream ChooseExpr for ComplexType (#145163)
This change adds support for ChooseExpr for ComplexType

https://github.com/llvm/llvm-project/issues/141365
2025-06-24 18:23:32 +02:00