Dale Johannesen
7aad542d35
When we're doing a compare of load-AND-constant to 0
...
(e.g. a bitfield test) narrow the load as much as possible.
The has the potential to avoid unnecessary partial-word
load-after-store conflicts, which cause stalls on several targets.
Also a size win on x86 (testb vs testl).
llvm-svn: 58825
2008-11-07 01:28:02 +00:00
..
2008-09-26 19:31:26 +00:00
2008-09-22 01:08:49 +00:00
2008-11-05 06:04:18 +00:00
2008-11-06 21:28:20 +00:00
2008-11-06 22:52:21 +00:00
2008-11-05 07:17:27 +00:00
2008-11-03 20:22:12 +00:00
2008-10-31 14:06:52 +00:00
2008-11-06 08:51:32 +00:00
2008-10-29 14:25:28 +00:00
2008-11-04 17:31:08 +00:00
2007-12-29 20:09:26 +00:00
2008-10-25 17:51:24 +00:00
2008-09-24 01:07:17 +00:00
2008-10-14 20:25:08 +00:00
2008-10-14 20:25:08 +00:00
2008-10-31 19:06:33 +00:00
2008-10-30 20:26:50 +00:00
2008-11-07 01:23:58 +00:00
2008-10-17 21:16:08 +00:00
2008-10-28 20:35:31 +00:00
2008-10-27 22:43:07 +00:00
2008-11-07 01:28:02 +00:00