[Lldb-commits] [PATCH] D41245: Reduce x86 register context boilerplate.

Kamil Rytarowski via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 14 09:13:27 PST 2017


krytarowski added a comment.

In https://reviews.llvm.org/D41245#955462, @krytarowski wrote:

> Personally I prefer the original code as it looks easier to implement FSAVE.


Also naming FPR is more logical, reusing the XSAVE name for 32-bit x86 looks wrong to me.


https://reviews.llvm.org/D41245





More information about the lldb-commits mailing list