https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122068
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- The only problem with doing at expand phase is we might be loading via byte for bools, e.g vectorization. So doing at the front-end in gimplification or an early pass will get away from that issue.
