[all-commits] [llvm/llvm-project] 46fe24: [RISCV] Split check lines for fpclamptosat_vec test
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Aug 9 15:03:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46fe24e2fb19658e64a804961b7a3be91fc8b8e7
https://github.com/llvm/llvm-project/commit/46fe24e2fb19658e64a804961b7a3be91fc8b8e7
Author: Philip Reames <preames at rivosinc.com>
Date: 2022-08-09 (Tue, 09 Aug 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/fpclamptosat_vec.ll
Log Message:
-----------
[RISCV] Split check lines for fpclamptosat_vec test
This is currently exercising scalarization code path; with vectors enabled, we hit a different code path. Explicitly exercise both so that both configurations have testing.
More information about the All-commits
mailing list