[PATCH] D10432: [WIP] MSVC FPO debug information
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 10 18:44:45 PDT 2017
rnk added a comment.
I implemented some FPO support here: https://reviews.llvm.org/D38776 I went a different way to try to make the assembly look nice at the cost of some flexibility. My goal wasn't to support the full generality of all possible FPO data, it was more to support realistic 32-bit x86 prologues, which tend to push one of the four CSRs at constant offsets from the initial SP value.
https://reviews.llvm.org/D10432
More information about the llvm-commits
mailing list