This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/64946] [AArch64] gcc.target/aarch64/vect-abs-compile.c - "abs" vectorization fails for char/short types


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64946

Shiva Chen <shiva0217 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |shiva0217 at gmail dot com

--- Comment #12 from Shiva Chen <shiva0217 at gmail dot com> ---
It seems that the patch was dropped according to 
https://gcc.gnu.org/ml/gcc-patches/2016-01/msg00610.html.

Could we use TYPE_OVERFLOW_UNDEFINED to guard the transformation
like other place in gcc did ?

Any thoughts?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]