[all-commits] [llvm/llvm-project] 6297f9: [RISCV] Fix FileCheck prefixes in RVV test
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Fri Jan 28 04:19:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6297f929f73134736fadf704056fda3dee4ace9b
https://github.com/llvm/llvm-project/commit/6297f929f73134736fadf704056fda3dee4ace9b
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp-buildvec.ll
Log Message:
-----------
[RISCV] Fix FileCheck prefixes in RVV test
The LMULMAX check names didn't match the options we were passing to llc
(they were swapped around) and we were silently missing coverage for one
test which differs between RV32 and RV64.
More information about the All-commits
mailing list