aboutsummaryrefslogtreecommitdiff
path: root/src/codegen/llvm.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-05-18 21:24:42 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-05-20 02:47:20 -0700
commitfcd4efd8ecda01fe06735ed8b7e2cd2aa93daa19 (patch)
treeadc90f10a7a762b65350a1de3fd36bc7e2bb071b /src/codegen/llvm.zig
parentcd04b49041200b36c5af23ac3700cbfa82f037ca (diff)
downloadzig-fcd4efd8ecda01fe06735ed8b7e2cd2aa93daa19.tar.gz
zig-fcd4efd8ecda01fe06735ed8b7e2cd2aa93daa19.zip
Sema: introduce laziness to `@sizeOf`
Motivation: the behavior test that is now passing. The main change in this commit is introducing `Type.abiSizeAdvanced`, `Value.Tag.lazy_size`, and adjusting `Sema.zirSizeOf` to take advantage of these. However, the bulk of lines changed in this commit ended up being moving logic from value.zig and type.zig into Sema.zig. This logic had no business being in Type/Value as it was only called from a Sema context, and we need access to the Sema context for error reporting when a lazy Value is resolved. Also worth mentioning is that I bumped up the comptime `@floatToInt` implementation from using f64 to f128.
Diffstat (limited to 'src/codegen/llvm.zig')
0 files changed, 0 insertions, 0 deletions