[all-commits] [llvm/llvm-project] d6ab9c: [RISCV] Add zvl65536b to the target feature list
Kito Cheng via All-commits
all-commits at lists.llvm.org
Thu Jan 12 07:52:02 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6ab9cae4b689b51ad2c62ff5adce8e8f11c527b
https://github.com/llvm/llvm-project/commit/d6ab9cae4b689b51ad2c62ff5adce8e8f11c527b
Author: Kito Cheng <kito.cheng at sifive.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCV.td
Log Message:
-----------
[RISCV] Add zvl65536b to the target feature list
We have zvl65536b listed in RISCVISAInfo.cpp, but we don't have
corresponding target feature in td file.
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D141484
More information about the All-commits
mailing list