Commit f0909243 authored by Craig Topper's avatar Craig Topper
Browse files

[RISCV] Custom legalize i32 SADDO/SSUBO with RV64LegaI32.

The default legalization uses 2 compares and an xor. We can instead
use add+addw+xor+snez like we do without RV64LegaI32.
parent d62c5706
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