[all-commits] [llvm/llvm-project] 09db95: [RISCV] Improve scalable-vector shift tests (NFC)

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue Jan 12 03:51:35 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 09db958e37b3a51942827a48a4b2f453e8fb4737
      https://github.com/llvm/llvm-project/commit/09db958e37b3a51942827a48a4b2f453e8fb4737
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M llvm/test/CodeGen/RISCV/rvv/vshl-sdnode-rv32.ll
    M llvm/test/CodeGen/RISCV/rvv/vshl-sdnode-rv64.ll
    M llvm/test/CodeGen/RISCV/rvv/vsra-sdnode-rv32.ll
    M llvm/test/CodeGen/RISCV/rvv/vsra-sdnode-rv64.ll
    M llvm/test/CodeGen/RISCV/rvv/vsrl-sdnode-rv32.ll
    M llvm/test/CodeGen/RISCV/rvv/vsrl-sdnode-rv64.ll

  Log Message:
  -----------
  [RISCV] Improve scalable-vector shift tests (NFC)

All i8/i16 and several i32 tests were testing immediate shift amounts
which exceeded the bits in the vector elements, creating poison values.
Amend the tests to test well-behaved shift amounts.




More information about the All-commits mailing list