summary refs log tree commit diff stats
path: root/results/scraper/fex/2472
blob: 10e2444074e58466fb4a9b49bd1f31dcef1df62e (plain) (blame)
1
2
Generated IROp_Header is not properly aligned
In #2319 hasDest is removed from struct IROp_Header, which makes IROp_Header 3 bytes in total. Since all IR structs are packed, and referenced IROp_Header, which makes them all un-aligned. This could: 1. have performance impact on IR emitting. 2. breaks some compilers like clang in NDK (which addes 1 byte padding in derived IROp_XXX structures).