ambergorzynski b2442a20a9
[NFC][SPIRV] New test for untested SPIRVInstructionSelector case (#186069)
[This
line](https://github.com/ambergorzynski/llvm-project/blob/main/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp#L2454)
is untested by the existing test suite (checked using coverage and
inserting an `abort` at that line).

We propose a new test for the untested logical `eq` case, similarly to
the `neq` case added
[here](e45c8b6555).
2026-03-17 09:24:29 +01:00
..