Bill Wendling 14d4cddc55 [X86] Don't zero out %eax if both %al and %ah are used
The iterator over super and sub registers doesn't include both 8-bit
registers in its list. So if both registers are used and only one of
them is live on return, then we need to make sure that the other 8-bit
register is also marked as live and not zeroed out.

Reviewed By: nickdesaulniers

Differential Revision: https://reviews.llvm.org/D139679
2022-12-13 15:06:53 -08:00
..
2022-11-17 17:22:52 +08:00
2022-04-06 17:51:55 +01:00
2022-04-07 18:08:59 +01:00
2022-01-17 19:02:44 +00:00
2022-05-31 17:28:56 +01:00
2022-09-18 17:50:17 -07:00
2022-12-08 00:35:42 +08:00
2022-07-06 07:17:47 -07:00
2022-12-12 08:39:50 +08:00
2022-06-16 11:20:10 -07:00