[llvm] [AMDGPU] Fold fsub into fma_mix via free neg_lo modifier (PR #212305)

Manuel Carrasco via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 07:17:32 PDT 2026


mgcarrasco wrote:

Hi! This comment was generated using [fuzz-fill](https://github.com/ROCm/fuzz-fill), a new tool we're building to help improve LLVM test coverage by spotting lines introduced in a PR that don't yet appear to be exercised by the full test suite, including any tests added in this PR.

Looking at PR head `9f967d998a20`, we found 1 line added or modified here that we couldn't find a test for:

1. https://github.com/llvm/llvm-project/blob/9f967d998a2073e2e3c3c527a49f2e2bf26c391d/llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp#L4405

If it makes sense, adding a regression test that validates these lines would be great. And if any of them are already tested and we missed it, we'd love to hear so we can improve the tool. Feel free to give us some feedback on whether this review was useful from your perspective. Thanks!

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


More information about the llvm-commits mailing list