[all-commits] [llvm/llvm-project] b21fb6: [RISCV][test] Expand test coverage of RISCVISAInfo
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Mon Mar 13 03:52:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b21fb66cb4412256e188de87744ec6adc5869a1c
https://github.com/llvm/llvm-project/commit/b21fb66cb4412256e188de87744ec6adc5869a1c
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/unittests/Support/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV][test] Expand test coverage of RISCVISAInfo
D144343 added C++ unit tests for the newly added
RISCVISAInfo::parseArchStringNormalized. This patch adds test coverage
for parseArchString and the toFeatureVector member method.
Posting for review as it would be useful if someone can take a quick
look to check they don't feel I've missed testing an important aspect of
the current behaviour.
Differential Revision: https://reviews.llvm.org/D145879
More information about the All-commits
mailing list