https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104116
--- Comment #12 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Andrew Stubbs <[email protected]>: https://gcc.gnu.org/g:71c158ad22df895c379a2f539fde0f76d421e0be commit r16-4660-g71c158ad22df895c379a2f539fde0f76d421e0be Author: Andrew Stubbs <[email protected]> Date: Fri Oct 24 10:41:40 2025 +0000 amdgcn: Implement vector ABS_EXPR for integers (PR104116) There's not a single vector instruction for integer absolute, but this enables the optimization in PR104116, and is probably useful otherwise. The pr104116-*.c testcases should now pass on amdgcn. gcc/ChangeLog: PR tree-optimization/104116 * config/gcn/gcn-valu.md (abs<mode>2): New define_expand for integer vector modes.
