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

Mikhail Maltsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 03:30:35 PST 2020


miyuki added a comment.

In D73906#1856615 <https://reviews.llvm.org/D73906#1856615>, @simon_tatham wrote:

> 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.


I will try that locally.


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

https://reviews.llvm.org/D73906





More information about the llvm-commits mailing list