[PATCH] D73906: [ARM] Make ARM::ArchExtKind use 64-bit underlying type, NFCI

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 03:30:34 PST 2020


simon_tatham added a comment.

I wonder if it's worth temporarily redefining all the existing `AEK_FOO` ids to values that don't fit in 32 bits, and making sure the whole test suite still passes. That should catch any remaining cases where an integer type should have been widened.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73906/new/

https://reviews.llvm.org/D73906





More information about the llvm-commits mailing list