[RA] Disable split around hint register if optimize for size (#68619)
Split a virtual register with hint may generate COPY instructions in multiple cold basic blocks, and increase code size. So disable this split when the function is optimized for size.
Loading
Please sign in to comment