[all-commits] [llvm/llvm-project] 4a3946: [AMDGPU][NFC] New tests for uncovered cases in SII...

ambergorzynski via All-commits all-commits at lists.llvm.org
Fri Jun 12 03:26:19 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a3946fc690c461417d38b6264a1f7a70f5dd364
      https://github.com/llvm/llvm-project/commit/4a3946fc690c461417d38b6264a1f7a70f5dd364
  Author: ambergorzynski <120007557+ambergorzynski at users.noreply.github.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    A llvm/test/CodeGen/AMDGPU/float-sopc-vopc.ll
    R llvm/test/CodeGen/AMDGPU/scalar-float-sopc.ll

  Log Message:
  -----------
  [AMDGPU][NFC] New tests for uncovered cases in SIInstrInfo.cpp (#200414)

Several cases in [the AMDGPU
backend](https://github.com/llvm/llvm-project/blob/main/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp)
are not covered by the existing tests. We are proposing a new set of
tests to cover these lines.

We demonstrate that these cases are not covered by showing that no test
fails when `abort` statements are included. These are removed for the
final PR. You can check the lines of interest in [this
commit](https://github.com/llvm/llvm-project/pull/200414/commits/84d4587b784014ace546d23beaf6ed8d703452d3).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list