diff options
author | Akash Banerjee <akash.banerjee@amd.com> | 2025-09-19 02:36:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-19 01:36:13 +0000 |
commit | fdb1f486387d46bd046d7827fcd19fa44118bffe (patch) | |
tree | c020763c564d2ecbc974ce45fca8f1b76ebd4db8 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 1ad5d63e5ec3dd2ac0217fd453db18a5a2fc2bf7 (diff) | |
download | llvm-fdb1f486387d46bd046d7827fcd19fa44118bffe.zip llvm-fdb1f486387d46bd046d7827fcd19fa44118bffe.tar.gz llvm-fdb1f486387d46bd046d7827fcd19fa44118bffe.tar.bz2 |
[MLIR] Add new complex.powi op (#158722)
This PR adds a new complex.powi operation to MLIR's complex dialect for
computing complex numbers raised to integer powers.
Key changes include:
- Addition of the new `PowiOp` operation definition in the Complex
dialect
- Integration with algebraic simplification passes for optimization
- Support for conversion to ROCDL library calls
- Updates to Flang frontend to generate the new operation
This depends on #158642.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions