Re: [PATCH, PR target/71114] Fix constants conversion in STV pass

2016-05-17 Thread Uros Bizjak
On Tue, May 17, 2016 at 11:20 AM, Ilya Enkovich wrote: > Hi, > > This patch fixes an insertion point for instructions generated by > validize_mem in dimode_scalar_chain::convert_op. Patch also fixes > scanned instruction pattern to fix test for Darwin. > > I bootstrapped and regtested it on x86_6

[PATCH, PR target/71114] Fix constants conversion in STV pass

2016-05-17 Thread Ilya Enkovich
Hi, This patch fixes an insertion point for instructions generated by validize_mem in dimode_scalar_chain::convert_op. Patch also fixes scanned instruction pattern to fix test for Darwin. I bootstrapped and regtested it on x86_64-pc-linus gnu. Dominique d'Humieres tested it for Darwin. OK for t