All poly types should be of unsigned type, this is true for all ARM ISAs, AArch64 currently has this behavior however AArch32 and pre-v8 do not.
Also update test/CodeGenCXX/mangle-neon-vectors.cpp to test as thoroughly as the AArch64 version.
Differential D1810
[ARM] Fix AArch32 and pre-v8 poly types to be unsigned bsmith on Oct 2 2013, 8:09 AM. Authored by
Details
All poly types should be of unsigned type, this is true for all ARM ISAs, AArch64 currently has this behavior however AArch32 and pre-v8 do not. Also update test/CodeGenCXX/mangle-neon-vectors.cpp to test as thoroughly as the AArch64 version.
Diff Detail Event TimelineComment Actions
Hi Tim,
Unfortunately not much it seems, it's still very much on their TODO list Also as you stated in your previous thread, which I just found, it's Regards, Comment Actions Hi Bob, Since I believe it was you who objected somewhat to this last time around, Regards,
|