[PATCH] D57381: [CodeGen] Don't scavenge non-saved regs in exception throwing functions
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 11:33:19 PST 2019
efriedma added inline comments.
================
Comment at: lib/CodeGen/LiveRegUnits.cpp:136
+ // For the return block, or a block whose end should be unreachable in a
+ // function which might throw: Add all callee saved registers.
+ if (MBB.isReturnBlock()) {
----------------
Looks like this comment fell out of date?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57381/new/
https://reviews.llvm.org/D57381
More information about the llvm-commits
mailing list