[PATCH] D106613: Bad SLPVectorization shufflevector replacement, resulting in write to wrong memory location

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 22 09:10:53 PDT 2021


ABataev added a comment.

Ok, investigated the problem, looks like my initial analysis was wrong. We really need to use `findLaneForValue` here. I added a test case that reveals the bug. You need to format your changes and update the test checks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106613/new/

https://reviews.llvm.org/D106613



More information about the llvm-commits mailing list