Created
November 29, 2016 05:36
-
-
Save minjang/35455603b1816123c017433f3dd420f5 to your computer and use it in GitHub Desktop.
Fully optimized code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define i32 @_Z4testv() #0 { | |
entry: | |
%a = call i32 @get() | |
%b = call i32 @get() | |
%b = call i32 @process(i32 %a, i32 %b) | |
ret i32 %b | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment