[PATCH] D94204: GlobalISel: Handle G_BUILD_VECTOR in isKnownToBeAPowerOfTwo
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 05:24:28 PDT 2021
foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
LGTM.
================
Comment at: llvm/lib/CodeGen/GlobalISel/Utils.cpp:676
// TODO: Are all operands of a build vector constant powers of two?
if (!KB)
----------------
Remove this comment.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94204/new/
https://reviews.llvm.org/D94204
More information about the llvm-commits
mailing list