Displaying 1 result from an estimated 1 matches for "spbranch".
Did you mean:
s_branch
2013 Jan 05
0
[LLVMdev] subcc problem wrt sparc
There is format in sparc
<pre>
subcc %r1, %r2, %r3
bne .label
</pre>
I want instruction like this
<pre> bne %r1, %r2, .label </pre>
</BR>
I am referring to sparc code for this implementation (llvm-3.1).</BR></BR>
1. Should I change the SPBranch and BCOND structs in .td file.</BR>
2. Should I change BuildMI constructs in SparcInstrInfo::InsertBranch()
function
in SparcInstrInfo.cpp</BR>
Please help me. I am referring LLVM 3.1.</BR>
Vikram
--
View this message in context: http://llvm.1065342.n5.nabble.com/subcc-...