[all-commits] [llvm/llvm-project] fa3783: [RISCV] Test coverage for missing commute of vsadd(u)
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Jul 7 09:12:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa3783c907358b8ffbfd81e3967831b634a0a10c
https://github.com/llvm/llvm-project/commit/fa3783c907358b8ffbfd81e3967831b634a0a10c
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-07-07 (Thu, 07 Jul 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsadd.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vsaddu.ll
Log Message:
-----------
[RISCV] Test coverage for missing commute of vsadd(u)
For some reason, this appears to only happen with fixed length vectors. Scalable ones commute just fine in all the cases I've seen.
More information about the All-commits
mailing list