-------- Original Message --------
Subject:        [Bug target/59216] [ARM] negdi*extendsidi regression
Date:   Wed, 20 Nov 2013 18:06:14 +0100
From:   christophe.lyon at st dot com <gcc-bugzi...@gcc.gnu.org>
To:     Christophe LYON <christophe.l...@st.com>



http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59216

--- Comment #2 from christophe.lyon at st dot com ---
Basically, the working code does:
asrs    r3, r2, #31
negs    r2, r2
sbc.w   r3, r3, r3, lsl #1

while the failing one does:
negs    r2, r2
asrs    r3, r2, #31

--
You are receiving this mail because:
You reported the bug.



_______________________________________________
linaro-toolchain mailing list
linaro-toolchain@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-toolchain

Reply via email to