Skip to content

Commit 4126bea

Browse files
committed
Support byte update lowering of/from an array of bits
Byte operator lowering made several assumptions about array elements being byte aligned, which may be true for ANSI C, but isn't the case for our C front-end (which supports arrays of single bits), and not true for the overall framework in general. A key part of this is factoring out code that was almost-the-same from lower_byte_update_array_vector and lower_byte_update_struct.
1 parent d84744f commit 4126bea

File tree

2 files changed

+246
-194
lines changed

2 files changed

+246
-194
lines changed

0 commit comments

Comments
 (0)