[all-commits] [llvm/llvm-project] 4dd5ac: [RISCV] Improve coverage for spread(N) shuffles

Philip Reames via All-commits all-commits at lists.llvm.org
Tue Dec 3 10:42:42 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4dd5ac906f9efdba3034b70acdda406348dc6f53
      https://github.com/llvm/llvm-project/commit/4dd5ac906f9efdba3034b70acdda406348dc6f53
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2024-12-03 (Tue, 03 Dec 2024)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll

  Log Message:
  -----------
  [RISCV] Improve coverage for spread(N) shuffles

I'd already included a few cases for spread(N) in the decompress(N) variants,
but rename for clarity and add a couple more edge cases.

i.e. spread(N, 0) produces a, undef, b, undef, ...


  Commit: b8805c88ce09fe8cc7e469162cbef05722559566
      https://github.com/llvm/llvm-project/commit/b8805c88ce09fe8cc7e469162cbef05722559566
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2024-12-03 (Tue, 03 Dec 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp

  Log Message:
  -----------
  [RISCV] Clang-format a few lines to remove diff in a nearby patch


Compare: https://github.com/llvm/llvm-project/compare/acf3b1aa932b...b8805c88ce09

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list