[all-commits] [llvm/llvm-project] 60b6e7: [RISCV] Imply extensions in RISCVTargetInfo::initF...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Thu Jan 20 01:47:27 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60b6e73769f84110f2cc0a2dbbf610c8671aa696
https://github.com/llvm/llvm-project/commit/60b6e73769f84110f2cc0a2dbbf610c8671aa696
Author: eopXD <eop.chen at sifive.com>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M clang/lib/Basic/Targets/RISCV.cpp
M llvm/include/llvm/Support/RISCVISAInfo.h
M llvm/lib/Support/RISCVISAInfo.cpp
Log Message:
-----------
[RISCV] Imply extensions in RISCVTargetInfo::initFeatureMap
Under ASTContext, clang only copies the features from the options with
Target->initFeatureMap, and no implications is done there. This makes
clang_cc1 fail to imply into `zve32x` for the vector extension, and test
cases will have to add ` -target-feature +experimental-zve32x` in order
to work.
This patch fixes it.
Reviewed By: kito-cheng
Differential Revision: https://reviews.llvm.org/D113336
More information about the All-commits
mailing list