[llvm-branch-commits] [llvm] [RISCV] Support non-power-of-2 types when expanding memcmp (PR #114971)
Philip Reames via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Jun 16 10:39:18 PDT 2025
================
@@ -16190,13 +16186,20 @@ combineVectorSizedSetCCEquality(EVT VT, SDValue X, SDValue Y, ISD::CondCode CC,
return SDValue();
unsigned VecSize = OpSize / 8;
----------------
preames wrote:
Where in the code above do we have a guarantee that OpSize is a multiple of 8?
https://github.com/llvm/llvm-project/pull/114971
More information about the llvm-branch-commits
mailing list