[PATCH] D144625: [X86] Fix the base pointer save/restore bug

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 23 01:16:10 PST 2023


LuoYuanke added inline comments.


================
Comment at: llvm/test/CodeGen/X86/sjlj-baseptr.ll:27
 ; X86: movl    %esp, %esi
 ; X86: movl    %esp, -16(%ebp)
 ; X86: {{.LBB.*:}}
----------------
The offset happen to be the same.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144625/new/

https://reviews.llvm.org/D144625



More information about the llvm-commits mailing list