Files
clang-p2996/llvm/test/DebugInfo/ARM
weiguozhi b6043f9867 [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.
2023-10-11 14:57:15 -07:00
..