[RISCV] Add signext test for llvm.abs.i32 for rv64 Zbb.
This shows that we don't preserve sign bits across the abs expansion, but I think we could if we used negw+max.
Loading
Please sign in to comment
This shows that we don't preserve sign bits across the abs expansion, but I think we could if we used negw+max.