2019-03-29 Kugan Vivekanandarajah <kuganv@linaro.org>
Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/89862
* rtl.h (word_register_operation_p): Exclude CONST_INT from operations
that operates on the full registers for WORD_REGISTER_OPERATIONS
architectures.
Co-Authored-By: Eric Botcazou <ebotcazou@adacore.com>
From-SVN: r270030
+2019-03-29 Kugan Vivekanandarajah <kuganv@linaro.org>
+ Eric Botcazou <ebotcazou@adacore.com>
+
+ PR rtl-optimization/89862
+ * rtl.h (word_register_operation_p): Exclude CONST_INT from operations
+ that operates on the full registers for WORD_REGISTER_OPERATIONS
+ architectures.
+
2019-03-29 Jim Wilson <jimw@sifive.com>
* common/config/riscv/riscv-common.c (riscv_parse_arch_string):
{
switch (GET_CODE (x))
{
+ case CONST_INT:
case ROTATE:
case ROTATERT:
case SIGN_EXTRACT: