[PATCH] D20412: CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Fri May 20 09:02:49 PDT 2016
aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.
I was briefly debating with myself whether it makes sense to subclass DIEDwarfExpression again for Expressions that are based off MachineRegs, but I think this is fine as well.
LGTM, thanks!
http://reviews.llvm.org/D20412
More information about the llvm-commits
mailing list