[all-commits] [llvm/llvm-project] bfb4c0: [RISCV] Recover the implication between Zve* exten...
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Sun Feb 13 23:53:00 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfb4c0c37078aa5ce251752d99310ccb05e1296a
https://github.com/llvm/llvm-project/commit/bfb4c0c37078aa5ce251752d99310ccb05e1296a
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M clang/lib/Basic/Targets/RISCV.cpp
M clang/test/CodeGen/RISCV/rvv-intrinsics/rvv-error.c
M clang/utils/TableGen/RISCVVEmitter.cpp
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/lib/Target/RISCV/RISCV.td
M llvm/lib/Target/RISCV/RISCVSubtarget.h
M llvm/test/CodeGen/RISCV/attributes.ll
M llvm/test/MC/RISCV/attribute-arch.s
Log Message:
-----------
[RISCV] Recover the implication between Zve* extensions and the V extension.
This revision recover the implication between Zve* extensions and the V extension.
Differential Revision: https://reviews.llvm.org/D119210
More information about the All-commits
mailing list