[PATCH] D30797: [Outliner] Add simple stack fixup support in X86

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 14:43:14 PDT 2017


paquette abandoned this revision.
paquette marked 7 inline comments as done.
paquette added a comment.

This is too hard to write a test for because it only handles two instructions. It was intended as a proof of concept for the AArch64 target for the outliner which I'm about to put up. I'm just going to create a patch for that instead, since it can be tested easily there. The logic here can be used for reference.


https://reviews.llvm.org/D30797





More information about the llvm-commits mailing list