[PATCH] D35844: Correct dwarf unwind information in function epilogue

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 17:59:49 PDT 2017


rnk added a comment.

I'd like to see this go in so we can iterate on it in tree.



================
Comment at: test/CodeGen/X86/2011-10-19-widen_vselect.ll:92
 ; X32-NEXT:    addl $60, %esp
+; X32-NEXT:  .Lcfi1:
+; X32-NEXT:    .cfi_def_cfa_offset 4
----------------
These are gone now. You will need to rebase this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D35844





More information about the llvm-commits mailing list