[PATCH] D109721: [IR] Reduce max supported integer from 2^24-1 to 2^23.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 13 16:04:31 PDT 2021
craig.topper added a comment.
In D109721#2998586 <https://reviews.llvm.org/D109721#2998586>, @rnk wrote:
> Sounds good, but I think the clang presubmit test failures (ext-int.c[pp]) are real failures that need to be addressed before landing.
I had addressed those with D109714 <https://reviews.llvm.org/D109714> which I failed to link here. I wrote that thinking I would make a SelectionDAG specific fix, but now that we're changing the constant I can drop the Sema change from D109714 <https://reviews.llvm.org/D109714> and merge the patches.
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