[llvm] [SLP][NFC] Remove useless code of deleting ExtractElementInst (PR #106697)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 04:17:36 PDT 2024
alexey-bataev wrote:
removeInstructionsAndOperands works only for vectorized scalars. adjustExtracts handles extractelements, which are not vectorized, part of buildvector
https://github.com/llvm/llvm-project/pull/106697
More information about the llvm-commits
mailing list