[Bug target/19598] [arm] non-optimal handling of invalid immediate constant in XOR

2010-04-24 Thread rearnsha at gcc dot gnu dot org
--- Comment #2 from rearnsha at gcc dot gnu dot org 2010-04-24 14:24 --- Fixed with: http://gcc.gnu.org/ml/gcc-patches/2009-10/msg01723.html -- rearnsha at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/19598] [arm] non-optimal handling of invalid immediate constant in XOR

2005-01-25 Thread rearnsha at gcc dot gnu dot org
--- Additional Comments From rearnsha at gcc dot gnu dot org 2005-01-25 10:59 --- Confirmed. arm_split_constant() already knows how to handle XOR, so it should be just a matter of copying the model used for andsi3 into the xorsi3 expander. -- What|Removed