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
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
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