[PATCH] D80641: Use Pseudo Instruction to carry stack probing information
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 09:11:38 PDT 2020
serge-sans-paille created this revision.
serge-sans-paille added reviewers: craig.topper, jonpa, rnk.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
Instead of using a fake call and metadata to temporarily represent a probed
static alloca, use a pseudo instruction.
This is inspired by the SystemZ approach proposed in https://reviews.llvm.org/D78717.
https://reviews.llvm.org/D80641
Files:
llvm/lib/Target/X86/X86FrameLowering.cpp
llvm/lib/Target/X86/X86InstrCompiler.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80641.266562.patch
Type: text/x-patch
Size: 4953 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/99628fde/attachment-0001.bin>
More information about the llvm-commits
mailing list