[PATCH] D12108: [WinEH] Require token linkage in EH pad/ret signatures

Joseph Tremoulet via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 16:32:33 PDT 2015


JosephTremoulet added a comment.

I suppose that the accessors could be tightened by presenting it as two logical properties -- a `bool` indicating whether the value is undef (what would be a good name for that?) and a `FooPadInst *`, each with a get/set pair.  The constructors could take `Value*`s and translate, or maybe have different overloads (one taking a `FooPadInst *` and one not) and force callers to decide.


http://reviews.llvm.org/D12108





More information about the llvm-commits mailing list