]> gcc.gnu.org Git - gcc.git/commit - gcc/machmode.h
machmode.h (SCALAR_INT_MODE_P): New macro to test for scaler integer mode (MODE_INT...
authorGeoffrey Keating <geoffk@redhat.com>
Mon, 19 Aug 2002 18:18:12 +0000 (18:18 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Mon, 19 Aug 2002 18:18:12 +0000 (18:18 +0000)
commit71012d9720fc774abd9f586abf40bd5d5643a412
tree90d5a658b60ca93c1db59343c9ba71bdd464f467
parent35fb4cf6116fa7b35673deccfde8b3eb099ea261
machmode.h (SCALAR_INT_MODE_P): New macro to test for scaler integer mode (MODE_INT or MODE_PARTIAL_INT).

* machmode.h (SCALAR_INT_MODE_P): New macro to test for
scaler integer mode (MODE_INT or MODE_PARTIAL_INT).
* explow.c (trunc_int_for_mode): Abort when the mode is not
a scaler integer mode.
* combine.c (expand_compound_operation): Don't expand Vector
or Complex modes into shifts.
(expand_field_assignment): Don't do bitwise arithmatic and
shifts on Vector or Complex modes.
(simplify_comparison): Don't call trunc_int_for_mode
for VOIDmode.
* recog.c (general_operand): Likewise.
(immediate_operand): Likewise.
(nonmemory_operand): Likewise.

Co-Authored-By: Steve Ellcey <sje@cup.hp.com>
From-SVN: r56443
gcc/ChangeLog
gcc/combine.c
gcc/explow.c
gcc/machmode.h
gcc/recog.c
This page took 0.054664 seconds and 5 git commands to generate.