Unverified Commit e06e680a authored by Craig Topper's avatar Craig Topper Committed by GitHub
Browse files

[RISCV] Replace duplicate trunc-sat-clip tests with more interesting tests. NFC (#93737)

For each pair of types, we had 3 identical tests using umin with the
unsigned max value.

This patch replaces two of them with smin+smax cases that can be
implemented with a signed vmax followed by a vnclipu.
parent 6e7b45c5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment