[PATCH] D122541: [X86] Set frame-setup/frame-destroy on prologue/epilogue CFI instructions

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 04:07:34 PDT 2022


RKSimon added a comment.

pre-commit the tests?



================
Comment at: llvm/test/CodeGen/X86/cfi-xmm.ll:31
+; PEI-NEXT:    {{^ +}}CFI_INSTRUCTION offset $xmm15, -32
+; PEI-NEXT:    INLINEASM {{.*}}
----------------
Include the ret line?
```
; PEI-NEXT:    RET 0
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122541



More information about the llvm-commits mailing list