[PATCH] D111237: [TypePromotion] Search from ZExt + PHI
Paul Walker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 08:44:12 PDT 2022
paulwalker-arm added a comment.
@avieira This patch looks to be breaking the AArch64/SVE buildbots. It's a compile time failure where `getFixedSizeInBits()` is being called on a scalable vector. Can you please take a look and perhaps revert the patch if it's not a quick fix?
See https://lab.llvm.org/buildbot/#/builders/197/builds/2467. Note 2466 also has failures but I've narrowed down the `MultiSource/Applications/sgefa` & `SingleSource/UnitTests/Vectorizer` ones to this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111237/new/
https://reviews.llvm.org/D111237
More information about the llvm-commits
mailing list