[all-commits] [llvm/llvm-project] 2f023b: [RISCV] Don't make it an error have Zve* and V at ...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Feb 1 07:23:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f023b94552ba0e53ad8cdc801eb0068c399d6da
https://github.com/llvm/llvm-project/commit/2f023b94552ba0e53ad8cdc801eb0068c399d6da
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M llvm/lib/Support/RISCVISAInfo.cpp
Log Message:
-----------
[RISCV] Don't make it an error have Zve* and V at the same time.
This should not be an error. V is a valid implementation of Zve.
Spec clarified here
https://github.com/riscv/riscv-v-spec/commit/9a877e8553362ff03a9b22b98e321b59aff50398
Differential Revision: https://reviews.llvm.org/D118679
More information about the All-commits
mailing list