zig/src/codegen
Jacob Young f9192adaba llvm: fix lowering of non-byte-aligned field pointers
* When a field starts at some bit offset within a byte you need to load
   starting from that byte and shift, not starting from the next byte,
   so a rounded-down divide is required here, not a rounded-up one.
 * Remove paragraph from doc that no longer relates to anything.

Closes #12363
2022-10-15 14:19:40 -04:00
..
2022-10-12 20:34:42 +02:00
2022-10-12 20:36:12 +02:00
2022-06-09 15:37:16 -07:00