[PATCH] D145275: [CGP] Hoist allocas used in catchpad instructions, if they are not in the entry block.

Chang Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 14:33:14 PST 2023


clin1 created this revision.
clin1 added reviewers: LuoYuanke, pengfei.
Herald added a subscriber: hiraditya.
Herald added a project: All.
clin1 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The Windows x86 EH implementation does not support dynamic stack allocation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145275

Files:
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/test/Transforms/CodeGenPrepare/catchpad-dynamic-alloca.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145275.502263.patch
Type: text/x-patch
Size: 4807 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230303/490ad453/attachment.bin>


More information about the llvm-commits mailing list