[llvm-branch-commits] [RISCV] Support non-power-of-2 types when expanding memcmp (PR #114971)
Pengcheng Wang via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Nov 5 03:58:05 PST 2024
https://github.com/wangpc-pp created https://github.com/llvm/llvm-project/pull/114971
We can convert non-power-of-2 types into extended value types
and then they will be widen.
More information about the llvm-branch-commits
mailing list