[all-commits] [llvm/llvm-project] 5cdd20: [RISCV] Remove -riscv-v-vector-bits-max from rever...

Luke Lau via All-commits all-commits at lists.llvm.org
Fri Aug 16 00:49:45 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5cdd2042a01881decd71fbfb7a465e4927a854a3
      https://github.com/llvm/llvm-project/commit/5cdd2042a01881decd71fbfb7a465e4927a854a3
  Author: Luke Lau <luke at igalia.com>
  Date:   2024-08-16 (Fri, 16 Aug 2024)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-reverse.ll

  Log Message:
  -----------
  [RISCV] Remove -riscv-v-vector-bits-max from reverse tests. NFC

There doesn't seem to be any difference in the output anymore between
the options.


  Commit: e4b24e68a2b55a59dc29700ae6a281c2d4665af0
      https://github.com/llvm/llvm-project/commit/e4b24e68a2b55a59dc29700ae6a281c2d4665af0
  Author: Luke Lau <luke at igalia.com>
  Date:   2024-08-16 (Fri, 16 Aug 2024)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-reverse.ll

  Log Message:
  -----------
  [RISCV] Use shufflevector in shuffle reverse tests. NFC

Fixed length @llvm.vector.reverses are converted to vector_shuffle
nodes in SelectionDAGBuilder anyway, and this matches the name of the
test file.


  Commit: 8d71016eded39ee6a3d69a8219006f0327bea23c
      https://github.com/llvm/llvm-project/commit/8d71016eded39ee6a3d69a8219006f0327bea23c
  Author: Luke Lau <luke at igalia.com>
  Date:   2024-08-16 (Fri, 16 Aug 2024)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-shuffle-reverse.ll
    R llvm/test/CodeGen/RISCV/rvv/shuffle-reverse.ll

  Log Message:
  -----------
  [RISCV] Merge shuffle reverse tests. NFC

shuffle-reverse.ll also tests reverse shuffles with two source
vectors, so copy them over.


Compare: https://github.com/llvm/llvm-project/compare/698b42ccff69...8d71016eded3

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