[all-commits] [llvm/llvm-project] df10df: [CIR] Fold ComplexImagOp from ComplexCreateOp (#14...
Amr Hesham via All-commits
all-commits at lists.llvm.org
Fri Jul 11 10:18:30 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df10df8b0caec9e649dd8c4415610038b7926060
https://github.com/llvm/llvm-project/commit/df10df8b0caec9e649dd8c4415610038b7926060
Author: Amr Hesham <amr96 at programmer.net>
Date: 2025-07-11 (Fri, 11 Jul 2025)
Changed paths:
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/test/CIR/Transforms/complex-imag-fold.cir
Log Message:
-----------
[CIR] Fold ComplexImagOp from ComplexCreateOp (#148010)
Folding ComplexImagOp if the operand is ComplexCreateOp, inspired by
MLIR Complex dialect
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