search for: int_cvtpd2psrr

Displaying 2 results from an estimated 2 matches for "int_cvtpd2psrr".

2011 Jul 11
3
[LLVMdev] Opinions Wanted: New asm Comments
...to asm files about which TableGen pattern generated a particular instruction. The output looks like this: cvtpd2ps %xmm0, %xmm0 # source.c:39 # Src: (intrinsic_wo_chain:v4f32 927:iPTR, VR128:v2f64:$src) # Dst: (Int_CVTPD2PSrr:v4f32 VR128:v2f64:$src) This is enormously helpful when trying to track down codegen bugs but clutters the asm file pretty badly for "ordinary" users. Right now I have this under control of a separate -asm-pattern flag. All other asm commentary is controlled by -asm-verbose. Is a new f...
2011 Jul 12
0
[LLVMdev] Opinions Wanted: New asm Comments
...ch TableGen pattern generated a particular instruction. The > output looks like this: > > cvtpd2ps %xmm0, %xmm0 # source.c:39 > # Src: (intrinsic_wo_chain:v4f32 927:iPTR, VR128:v2f64:$src) > # Dst: (Int_CVTPD2PSrr:v4f32 VR128:v2f64:$src) > > This is enormously helpful when trying to track down codegen bugs but > clutters the asm file pretty badly for "ordinary" users. > > Right now I have this under control of a separate -asm-pattern flag. > All other asm commentary is controlle...