This adds 32bit, 16bit, 8bit register enumerations to x64 Windows.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This would be a good example of why switching to the lldb-server based implementation would be beneficial. We now have code which will automatically create these subregisters there, and so I may soon start removing these registers from other targets.
Comment Actions
This broke the windows bot in the best way possible - by making some tests pass now that didn't use to. Could you un-xfail those too?