[PATCH] D75967: Work around somes register/spill/liveness issues relating to returnTwice aka setjmp
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 21:56:42 PDT 2020
efriedma added a comment.
Was digging around for something else and happened to spot this.
Since this was posted, https://reviews.llvm.org/D77767 made a similar change to RegisterCoalescer.
InlineCost.cpp already has a check for ReturnsTwice.
Maybe worth taking another look at the change to StackColoring.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75967/new/
https://reviews.llvm.org/D75967
More information about the llvm-commits
mailing list