[all-commits] [llvm/llvm-project] a1b3b9: [llvm-mca][RISCV] Fix typo in test for vsetvli ins...
Michael Maitland via All-commits
all-commits at lists.llvm.org
Wed Jul 5 12:43:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1b3b9d05d53b4b178ecb635328250948abaa13c
https://github.com/llvm/llvm-project/commit/a1b3b9d05d53b4b178ecb635328250948abaa13c
Author: Michael Maitland <michaeltmaitland at gmail.com>
Date: 2023-07-05 (Wed, 05 Jul 2023)
Changed paths:
M llvm/test/tools/llvm-mca/RISCV/instrument-in-middle.s
M llvm/test/tools/llvm-mca/RISCV/multiple-same-instruments.s
Log Message:
-----------
[llvm-mca][RISCV] Fix typo in test for vsetvli instruction
The instrument comment specified a different LMUL than the vsetvli
above it. This patch syncs the LMUL comment and the vsetvli.
Differential Revision: https://reviews.llvm.org/D154525
More information about the All-commits
mailing list