[Bug tree-optimization/120524] `(__int128_var >> 127) & 1` is not optimized to ((unsigned __int128)__int128_var ) >> 127 in gimple level
"avinal.xlvii at gmail dot com via Gcc-bugs" <[email protected]>
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120524
Avinal Kumar <avinal.xlvii at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avinal.xlvii at gmail dot com
--- Comment #2 from Avinal Kumar <avinal.xlvii at gmail dot com> ---
I will work on this.