Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- entrypoint:
- L0:
- ret void
- L1:
- ;
- ; read float from %in
- ;
- %3 = load float, float* %2, align 4
- ;
- ; store float into %out
- ;
- store float %3, float* %4, align 4
- ret void
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement