[PATCH] D134433: [AMDGPU][GISel] Enable Matching of V2S16 G_BUILD_VECTOR
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 06:21:35 PDT 2022
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp:1535
.lower();
- BuildVector.minScalarOrElt(0, S32);
+ BuildVector.minScalarOrElt(0, S16);
} else {
----------------
Isn't this redundant with line 1529?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134433/new/
https://reviews.llvm.org/D134433
More information about the llvm-commits
mailing list