Re: [PATCH] PR target/72748: Convert V1TImode register to TImode in debug insn

2016-07-30 Thread Uros Bizjak
On Fri, Jul 29, 2016 at 8:34 PM, H.J. Lu wrote: > TImode register referenced in debug insn can be converted to V1TImode by > scalar to vector optimization. When converting a TImode store to V1TImode, > we need to check all debug insns on its use chain to convert the V1TImode > register to SUBREG

[PATCH] PR target/72748: Convert V1TImode register to TImode in debug insn

2016-07-29 Thread H.J. Lu
TImode register referenced in debug insn can be converted to V1TImode by scalar to vector optimization. When converting a TImode store to V1TImode, we need to check all debug insns on its use chain to convert the V1TImode register to SUBREG TImode if source register is undefined. Tested on x86-64