[llvm] [SystemZ] Fix Operand Retrieval for Vector Reduction Intrinsic in `shouldExpandReduction` (PR #88874)
Dominik Steenken via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 04:23:26 PDT 2024
dominik-steenken wrote:
I thought i did - i changed the reference to a loop from earlier to
```
This commit fixes that problem by moving the cast into the case
statement that handles the specific intrinsic, where the vector
operand position is well-known.
```
do you think that's not accurate?
https://github.com/llvm/llvm-project/pull/88874
More information about the llvm-commits
mailing list