[PATCH] D32001: [APInt] Reorder fields to avoid a hole in the middle of the class

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 21:34:54 PDT 2017


davide added a comment.

I wonder if there's an easy way of testing this so that it doesn't break in the future? Maybe an unit test checking `sizeof()`. Thoughts?


https://reviews.llvm.org/D32001





More information about the llvm-commits mailing list