[llvm] [AMDGPU] Enable vectorization of i8 values. (PR #134934)
Jeffrey Byrnes via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 21 17:12:42 PDT 2025
================
@@ -562,6 +563,7 @@ InstructionCost GCNTTIImpl::getArithmeticInstrCost(
if (ST->has16BitInsts() && SLT == MVT::i16)
NElts = (NElts + 1) / 2;
+ // i32
----------------
jrbyrnes wrote:
Accidental comment? Should be full sentence.
https://github.com/llvm/llvm-project/pull/134934
More information about the llvm-commits
mailing list