[llvm] [SLP] Fallback to sext when widening vectorized operands (PR #106726)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 08:22:20 PDT 2024
alexey-bataev wrote:
It does not fix the issue, just hides it. The problem is that there is discrepancy between getOperandEntry function and vectorizeOperand function. They are returning 2 different entries, which has different minbitwidth processing
https://github.com/llvm/llvm-project/pull/106726
More information about the llvm-commits
mailing list