[llvm-branch-commits] [llvm] release/20.x: Reland "[LV]: Teach LV to recursively (de)interleave." (#125094) (PR #128389)

2025-03-05 Thread Hassnaa Hamdi via llvm-branch-commits
https://github.com/hassnaaHamdi closed https://github.com/llvm/llvm-project/pull/128389 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/20.x: Reland "[LV]: Teach LV to recursively (de)interleave." (#125094) (PR #128389)

2025-02-23 Thread Hassnaa Hamdi via llvm-branch-commits
hassnaaHamdi wrote: > There is a test failure. > > Why is it important for this change to be part of the LLVM 20 release? This patch was supposed to be included in the release, but it exposed an issue (missing implementation) somewhere else (not related to it), so it got delayed until that is

[llvm-branch-commits] [llvm] [VPlan] Compute cost for binary op VPInstruction with underlying values. (PR #127101)

2025-02-13 Thread Hassnaa Hamdi via llvm-branch-commits
https://github.com/hassnaaHamdi created https://github.com/llvm/llvm-project/pull/127101 As exposed by #125094, we are missing cost computation for some binary VPInstructions we created based on original IR instructions. Their cost should be considered. PR: #125434 Author: Florian Hahn