[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 13:24:42 PDT 2022
aeubanks added a comment.
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
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