On Fri, 16 Sep 2011, David Miller wrote: > > I've been meaning to toss something like this together for a while. > > If we were going to do this, I wanted to get it out of the way before > adding VIS2 and VIS3 support.
While revisiting VIS, *please* consider fixing a big usability problem: the pack and aligndata builtins don't take GSR in account; it has unknown state and might be changed as a side-effect of a previous VIS insn (well, alignaddr). The affected builtins don't have dependencies to GSR or a means to set it besides in an asm; hardly usable at all. See PR48974. brgds, H-P