This file contains hidden or 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
julia> @code_llvm make_str("hi") | |
; @ REPL[20]:1 within `make_str` | |
define [1 x {}*] @julia_make_str_596({}* nonnull %0) #0 { | |
top: | |
; @ REPL[20]:2 within `make_str` | |
; ┌ @ Base.jl:178 within `sizeof` | |
%1 = bitcast {}* %0 to i64* | |
%2 = load i64, i64* %1, align 8 | |
; └ | |
; ┌ @ int.jl:83 within `<` |
OlderNewer