Displaying 1 result from an estimated 1 matches for "sse12_vcvt_avx_".
Did you mean:
sse12_vcvt_avx_s
2011 Mar 22
0
[LLVMdev] sitofp inst selection in x86/AVX target [PR9473]
...n of VCVTSI2SD for isel in
isAsmParserOnly = 0 block and move existing VCVTSI2SD definition from
isAsmParserOnly = 0 into isAsmParserOnly = 1 block so that existing
VCVTSI2SD definition takes effect only in asm parser.
Example solution is as follows.
lib/Target/X86/x86InstrSSE.td
...
multiclass sse12_vcvt_avx_s<bits<8> opc, RegisterClass SrcRC,
RegisterClass DstRC,
SDNode OpNode, X86MemOperand x86memop, PatFrag ld_frag,
string asm> {
def rr : SI<opc, MRMSrcReg, (outs DstRC:$dst), (ins SrcRC:$src), asm,
[(set DstRC:$dst, (O...