[all-commits] [llvm/llvm-project] e9a03f: [RISCV] Reject 'g' with explicit version in parseA...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Mar 14 05:47:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e9a03f360fa964d90a4c55884ac8ac8a00abc896
https://github.com/llvm/llvm-project/commit/e9a03f360fa964d90a4c55884ac8ac8a00abc896
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/unittests/Support/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Reject 'g' with explicit version in parseArchString
There is no versioning scheme for the 'g' shorthand for imafd (or in
current ISA specs, imafd_zifencei_zicsr). As such, the only sensible
behaviour to me seems to be to reject a version for it.
Differential Revision: https://reviews.llvm.org/D145954
More information about the All-commits
mailing list