[Mlir-commits] [mlir] [mlir][complex] Lower `complex.conj` to LLVM (PR #98486)

Adrian Kuegel llvmlistbot at llvm.org
Tue Aug 6 02:54:16 PDT 2024


akuegel wrote:

It started with complexToLLVM. The complexToStandard patterns were added later. There is some overlap in patterns, ideally the ComplexToStandard patterns should be preferred if both exist. I guess it could make sense to let ComplexToLLVM call ComplexToStandard, then it would become possible to remove the duplicate patterns.

https://github.com/llvm/llvm-project/pull/98486


More information about the Mlir-commits mailing list