[all-commits] [llvm/llvm-project] 3bffa2: [RISCV] Add missing CHECKs to vector test

Fraser Cormack via All-commits all-commits at lists.llvm.org
Fri Mar 19 09:59:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bffa2c2aad810637601f3276aa329a77c4dd241
      https://github.com/llvm/llvm-project/commit/3bffa2c2aad810637601f3276aa329a77c4dd241
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2021-03-19 (Fri, 19 Mar 2021)

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

  Log Message:
  -----------
  [RISCV] Add missing CHECKs to vector test

Since the "LMUL-MAX=2" output for some test functions differed between
RV32 and RV64, the update_llc_test_checks script failed to emit a
unified LMULMAX2 check for them. I'm not sure why it didn't warn about
this.

This patch also takes the opportunity to add unified RV32/RV64 checks to
help shorten the test file when the output for LMULMAX1 and LMULMAX2 is
identical but differs between the two ISAs.

Reviewed By: craig.topper

Differential Revision: https://reviews.llvm.org/D98944




More information about the All-commits mailing list