commit | 7193f5e4f09a793ef156fa19816f7c2b843a78c9 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Mon Jan 22 17:50:20 2018 +0000 |
committer | Reid Kleckner <rnk@google.com> | Mon Jan 22 17:50:20 2018 +0000 |
tree | 407e0d829826c5e4e18da80acc053cc153502084 | |
parent | a7bc888f48d4bbf94b1fca402c0f864eebb99fad [diff] |
[CodeGen] Shrink MachineOperand by 8 bytes on Windows Use 'unsigned' for these bitfields so they actually pack together. Previously it used three words for these bits instead of one. Add some static_asserts to prevent this from being undone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323135 91177308-0d34-0410-b5e6-96231b3b80d8