[PATCH] D109721: [IR] Reduce max supported integer from 2^24-1 to 2^23.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 15:07:26 PDT 2021


efriedma added a comment.

LGTM.

I agree the largest allowed integer type should be a power of two, and that there isn't any practical backwards-compatibility issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109721



More information about the llvm-commits mailing list