[PATCH] D14668: [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 17:16:34 PST 2015


JosephTremoulet accepted this revision.
JosephTremoulet added a comment.
This revision is now accepted and ready to land.

LGTM, nice cleanup.  Is there somewhere that "don't creates or removes EH pads between state pass and SDAG construction" should be documented as a comment?

Looking at this and thinking about the CLR's use of funclets on non-Windows platforms makes me want to rename all these WinEH constructs to FuncletEH, like we did with isFuncletEHPersonality, but really that's orthogonal to this change.


http://reviews.llvm.org/D14668





More information about the llvm-commits mailing list