Previously we only supported putting the FI into memory operand offset
fields if there was nothing there already. Now combine them.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp | ||
---|---|---|
71 | It seems like Offset should be an unsigned type, or casted to one, for this comparison, so that we catch negative Offset values too. |
It seems like Offset should be an unsigned type, or casted to one, for this comparison, so that we catch negative Offset values too.