|
From: Florian K. <fl...@ei...> - 2015-04-15 07:40:41
|
On 15.04.2015 05:11, sv...@va... wrote: > > Add Iop_Add8, Iop_Add16 and other 8 or 16 bit ALU Iop > in the host_tilegx_isel.c > > They were removed during the code review. But without > them, the memcheck's vbit-test failed. So, simply add > them back. > The change is OK but the reason is not. You could as well have chosen to set .tilegx = 0 in irops.c for the respective IRops. Which would perhaps have been more natural for your architecture. Florian |