Re: [SH] Fold negc expander and insn
Oleg Endo wrote: > The attached patch folds the negc expander and *negc insn. > Tested with 'make all'. CSiBE result-size (-m4-single -ml > -mpretend-cmove) also doesn't show any change. > > OK? OK. Regards, kaz
[SH] Fold negc expander and insn
Hello, The attached patch folds the negc expander and *negc insn. Tested with 'make all'. CSiBE result-size (-m4-single -ml -mpretend-cmove) also doesn't show any change. OK? Cheers, Oleg ChangeLog: * config/sh/sh.md (negc): Delete expander. (*negc): Rename insn to negc. Index