Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Codegen][LLVMCPU] Use output element type to decide if reduction is …
…over integers. (#14965) Using the input type might lead to incorrect behavior of always enabling associative reordering (irrespective of whether the override flag `--iree-llvmcpu-reassociate-fp-reductions=false` is set or not). The output element type has to be used to make sure the flag is enforced correctly. Towards #14934
- Loading branch information