[PATCH] D129370: [SimplifyCFG] Allow SimplifyCFG hoisting to skip over non-matching instructions

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 15:11:58 PDT 2022


aeubanks added a comment.

In D129370#3784781 <https://reviews.llvm.org/D129370#3784781>, @aeubanks wrote:

> this looks to be hoisting `llvm.stacksave` past a previous `alloca inalloca` which breaks win32 (inalloca docs <https://llvm.org/docs/InAlloca.html>). trying to come up with a reduced repro

https://reviews.llvm.org/D133730


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129370



More information about the llvm-commits mailing list