#
12ca72ba |
| 04-Dec-2024 |
Timm Bäder <tbaeder@redhat.com> |
Reapply "[clang][bytecode] Handle bitcasts involving bitfields (#116843)"
This reverts commit 54db16221c92eb52efbea90ad5b5d2a1d00cda3e.
Check for existence of __SIZOEF_INT128__ so we don't run thos
Reapply "[clang][bytecode] Handle bitcasts involving bitfields (#116843)"
This reverts commit 54db16221c92eb52efbea90ad5b5d2a1d00cda3e.
Check for existence of __SIZOEF_INT128__ so we don't run those tests on targets that don't have int128.
show more ...
|
#
4b5e7fa4 |
| 04-Dec-2024 |
Timm Baeder <tbaeder@redhat.com> |
[clang][bytecode] Handle bitcasts involving bitfields (#116843)
Copy the data one bit at a time, leaving optimizations for future work. Adds a BitcastBuffer that takes care of pushing the bits in th
[clang][bytecode] Handle bitcasts involving bitfields (#116843)
Copy the data one bit at a time, leaving optimizations for future work. Adds a BitcastBuffer that takes care of pushing the bits in the right order.
show more ...
|