> The requirement that clobbered hard regs may not be explicitly > mentioned in the combined pattern seems very strange. Can somebody > please explain why this is needed? The new instruction must not clobber a live hard register. However, the test seems unable to detect any case where the register is not live :-(