[all-commits] [llvm/llvm-project] ee6d07: [Target][RISCV] Update SubtargetFeature definition...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Fri Mar 17 00:50:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee6d07fae2dbafa7be7a5b4b3158a26756d53783
https://github.com/llvm/llvm-project/commit/ee6d07fae2dbafa7be7a5b4b3158a26756d53783
Author: Francesco Petrogalli <francesco.petrogalli at apple.com>
Date: 2023-03-17 (Fri, 17 Mar 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVSubtarget.h
Log Message:
-----------
[Target][RISCV] Update SubtargetFeature definition for RV32/RV64 (NFCI).
This is done for consistency with other Predicate/Subtargetfeature
pairs, where the second parameter of the SubtargetFeature correspond
to the NAME of the def of the Predicate associated to the
SubtargetFeature.
Differential Revision: https://reviews.llvm.org/D146129
More information about the All-commits
mailing list