[PATCH] D110786: [GlobalISel] Extend G_SELECT of known condition combine to vectors.
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 05:10:49 PDT 2021
foad accepted this revision.
foad added a comment.
This revision is now accepted and ready to land.
It still seems a bit messy that we throw away the constant's width in getBuildVectorConstantSplat and then put it back again in isConstantOrConstantSplatVector, but I guess that needn't hold up this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110786/new/
https://reviews.llvm.org/D110786
More information about the llvm-commits
mailing list