Re: [PATCH][reload.c] Convert conditional compilation of WORD_REGISTER_OPERATIONS

2016-04-28 Thread Jeff Law
On 12/15/2015 10:27 AM, Kyrill Tkachov wrote: Hi all, This converts the preprocessor checks for WORD_REGISTER_OPERATIONS into runtime checks in reload.c. Since this one is used to guard part of a large condition, I'd appreciate it if someone double-checks that the logic is still equivalent. Bo

[PATCH][reload.c] Convert conditional compilation of WORD_REGISTER_OPERATIONS

2015-12-15 Thread Kyrill Tkachov
Hi all, This converts the preprocessor checks for WORD_REGISTER_OPERATIONS into runtime checks in reload.c. Since this one is used to guard part of a large condition, I'd appreciate it if someone double-checks that the logic is still equivalent. Bootstrapped and tested on arm, aarch64, x86_64