"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "c65effdd23d2edb2770b00cf09669c26528c13ca"
[SelectionDAG][RISCV] Emit a canonical sign bit test from ExpandIntRes_ABS.
Instead of emitting 0 > Hi, emit Hi < 0. If Hi needs to be expanded again this will allow the special case for sign bit tests in ExpandIntOp_SETCC to trigger. Reviewed By: RKSimon Differential Revision: https://reviews.llvm.org/D120761
Loading
Please register or sign in to comment