Hi Claudiu, > The patch looks good. Please go ahead and merge it, please let me know if > you cannot.
I merged the patch leaving your check if (cmode != SImode && cmode != SFmode && cmode != DFmode) return NULL_RTX; in place. It is not strictly necessary anymore but I figured it also kind of documents the preconditions of the code that follows. Regards Robin