On Fri, Feb 14, 2020 at 08:24:30PM +0000, GT wrote: > Function rs6000_simd_clone_adjust, even though it's body is empty, > cannot simply be removed. I tried it. It resulted in ICE. In my > view, leaving it empty is preferable to modifying other files > unrelated to rs6000.c in order to avoid having a function whose > body is empty.
So shouldn't the callback set target attribute (on definitions) to "vsx"? Jakub