You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine we have a 16 (or 7 or 49 or 32 or ...) bit value in a 64-bit register and we deopt: what does LLVM expect the upper bits to contain? Does it not care at all, ever? Or does it sometimes expect zero / sign extension? Or ... ?
The text was updated successfully, but these errors were encountered:
Imagine we have a 16 (or 7 or 49 or 32 or ...) bit value in a 64-bit register and we deopt: what does LLVM expect the upper bits to contain? Does it not care at all, ever? Or does it sometimes expect zero / sign extension? Or ... ?
The text was updated successfully, but these errors were encountered: