[all-commits] [llvm/llvm-project] 5fa826: [RISCV] Test expected inst opcode in sink-splat test
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Wed Jan 19 09:31:08 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5fa826f4e284db6a3647d8aa823707da3275ae14
https://github.com/llvm/llvm-project/commit/5fa826f4e284db6a3647d8aa823707da3275ae14
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2022-01-19 (Wed, 19 Jan 2022)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/sink-splat-operands.ll
Log Message:
-----------
[RISCV] Test expected inst opcode in sink-splat test
The function's name suggests it should be testing 'sub' rather than
'add'. We test 'add' in an earlier test so we're not losing any coverage
here.
More information about the All-commits
mailing list