[PATCH] D98789: [PEI] add dwarf information for stack probe
Simonas Kazlauskas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 18 18:22:45 PDT 2021
nagisa added a comment.
I investigated this a little bit, and it seems like using `createVirtualRegister` won't work here, after all. It seems that this code does in fact run after regalloc happens. I'm out of ideas, but I also am not //that// familiar with this area to give any useful advice or guidance here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98789/new/
https://reviews.llvm.org/D98789
More information about the llvm-commits
mailing list