llir / llvm

Library for interacting with LLVM IR in pure Go.
https://llir.github.io/document/
BSD Zero Clause License
1.18k stars 78 forks source link

fix return type of cmpxchg to be I1 instead of I8 #231

Closed db7 closed 1 year ago

db7 commented 1 year ago

Resolves #230.