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
- Repository
- rL LLVM
Event Timeline
lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp | ||
---|---|---|
72 ↗ | (On Diff #44181) | It seems like Offset should be an unsigned type, or casted to one, for this comparison, so that we catch negative Offset values too. |