mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
Add simplification for `ProductOp`, by implementing support for `ReductionConversion` and adding it to the pattern list in `SimplifyHLFIRIntrinsics` pass. Closes: https://github.com/issues/recent?issue=llvm%7Cllvm-project%7C169433 --------- Co-authored-by: Eugene Epshteyn <eepshteyn@nvidia.com>