[llvm] [AMDGPU] Improved Lowering of abs(i16) and -abs(i16) (PR #165626)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 09:35:12 PST 2025
jayfoad wrote:
> Running the testcase with main versus branch shows the improvement.
In that situation it's helpful to push two commits to the same PR, the first one just adding the test and showing the old codegen, and the second one adding the real fix and showing the improved codegen. So that all your reviewers don't have to build two compilers themselves just to see the effect of your patch.
https://github.com/llvm/llvm-project/pull/165626
More information about the llvm-commits
mailing list