[RISCV] Add PACKW and PACKH to isSignExtendingOpW in RISCVSExtWRemoval.
PACKW sign extends like other W instructions. PACKH zeroes bits 63:16 which means bits 63:31 are all zero.
Loading
Please sign in to comment
PACKW sign extends like other W instructions. PACKH zeroes bits 63:16 which means bits 63:31 are all zero.