[Mlir-commits] [mlir] [MLIR] Add sincos fusion pass (PR #161413)

Slava Zakharin llvmlistbot at llvm.org
Tue Sep 30 12:50:25 PDT 2025


vzakhari wrote:

> while this pass ought to only fuse sin and cos calls if their operands are exactly the same SSA values.

I think this is reasonable for this pass. It is the CSE's job to optimize other cases.

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


More information about the Mlir-commits mailing list