Displaying 1 result from an estimated 1 matches for "visitsetcondinst".
2005 Feb 10
1
[LLVMdev] Emitting PPC branches
Hi,
I want to take an intrinsic function, and get the PowerPC back
end to emit:
loop: lwarx ...
add ...
stwcx. ...
bne- loop
I can successfully emit:
lwarx ...
add ...
stwcx. ...
How do I emit a label and a branch instruction?
Thanks,
Brent