[llvm] [LV] Fix handling of interleaving linear args (PR #78725)

Maciej Gabka via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 06:10:37 PST 2024


================
@@ -600,10 +600,11 @@ void VPWidenCallRecipe::execute(VPTransformState &State) {
       // Some vectorized function variants may also take a scalar argument,
----------------
mgabka wrote:

that comment does not match here anymore after your comment if I read it correctly, could you remove it and perhaps add a new one just above the else statement you added?

https://github.com/llvm/llvm-project/pull/78725


More information about the llvm-commits mailing list