[PATCH] D40085: Fix APInt bit size in processDbgDeclares

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 15:32:28 PST 2017


arsenm added a comment.

If this allows non-pointers, I’m very suspicious of using a pointer size for this of any address space. Something seems off about this. Should it use some maximum size int type?


https://reviews.llvm.org/D40085





More information about the llvm-commits mailing list