[PATCH] D119200: Match-up type sizes for possible extensions, based on actual bit-size rather than rounded-up byte size.
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 22 00:51:33 PDT 2022
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Transforms/LoopLoadElim/loop-i1-count.ll:45
+ store i32 0, i32* %arrayidx27, align 4
+ %0 = or i1 true, undef
+ br i1 %0, label %cond.end.for.cond.cleanup.loopexit_crit_edge, label %for.body, !llvm.loop !1
----------------
Please adjust the test to avoid `undef` as much as possible -- it makes it more likely that the test will break in the future.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119200/new/
https://reviews.llvm.org/D119200
More information about the llvm-commits
mailing list