Re: [PATCH 5/9][v5] powerpc: implement is_instr_load_store().

From: Tom Musta
Date: Thu Oct 03 2013 - 15:52:18 EST


On 10/3/2013 2:03 PM, Sukadev Bhattiprolu wrote:
Michael Ellerman [michael@xxxxxxxxxxxxxx] wrote:
<snip>
|
| if (lower == 6)
| if (upper <= 1)
| return true;
| return false;
v
Note that this case covers the lvsl/lvsr instructions, which, despite their
names are not actually loads. So you could eliminate this check and do
just a little bit better.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/