On Wed, 6 Aug 2025, Robin Dapp wrote: > > + elsvals) > > + || gs_info->decl != NULL_TREE) > > Does GATHER_SCATTER_LEGACY_P work here? Or is ifn != IFN_LAST?
It should work. Note I'm a bit unhappy about GATHER_SCATTER_LEGACY_P and friends as it ties to gs_info which I'd like to get rid of since it might not be available in full. I've considered splitting up VMAT_GATHER_SCATTER, but I'm pondering a bit more right now. Richard.