search for: resultelt

Displaying 1 result from an estimated 1 matches for "resultelt".

Did you mean: resultelts
2009 Feb 19
2
[LLVMdev] please review this fix for PR3510
...ug.cgi?id=3510 The original code was greatly simplified by using FieldNo to index the LLVM fields and the initializer in lock-step. Alas, that fails when the initializer requires alignment padding; such padding is not recorded in the LLVM structure type. This implies that the initialized ResultElts[] may have many more fields than the LLVM type. The patched code tracks the HighWaterMarkInBits; it points to the next bit to allocate. If the starting offset of the next initializing value doesn't match, either byte-alignment or padding is indicated. FieldNo counts the fields (initia...