aboutsummaryrefslogtreecommitdiff
path: root/src/zig_clang.cpp
diff options
context:
space:
mode:
authorCody Tapscott <topolarity@tapscott.me>2022-10-18 11:37:43 -0700
committerCody Tapscott <topolarity@tapscott.me>2022-10-28 08:41:04 -0700
commit3295fee9116789f144e6406493116c451aee7c57 (patch)
tree71f10d7a5b987b956d0811d925424fea57fddd09 /src/zig_clang.cpp
parentc639c225444c9252515949786e139494fb728861 (diff)
downloadzig-3295fee9116789f144e6406493116c451aee7c57.tar.gz
zig-3295fee9116789f144e6406493116c451aee7c57.zip
stage2: Use mem.readPackedInt etc. for packed bitcasts
Packed memory has a well-defined layout that doesn't require conversion from an integer to read from. Let's use it :-) This change means that for bitcasting to/from a packed value that is N layers deep, we no longer have to create N temporary big-ints and perform N copies. Other miscellaneous improvements: - Adds support for casting to packed enums and vectors - Fixes bitcasting to/from vectors outside of a packed struct - Adds a fast path for bitcasting <= u/i64 - Fixes bug when bitcasting f80 which would clear following fields This also changes the bitcast memory layout of exotic integers on big-endian systems to match what's empirically observed on our targets. Technically, this layout is not guaranteed by LLVM so we should probably ban bitcasts that reveal these padding bits, but for now this is an improvement.
Diffstat (limited to 'src/zig_clang.cpp')
0 files changed, 0 insertions, 0 deletions