[all-commits] [llvm/llvm-project] 033690: [RISCV] Make zfbfmin imply the F extension
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue May 23 02:10:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 033690fffe8f1e2f4be100ee4da62e5c04655e4f
https://github.com/llvm/llvm-project/commit/033690fffe8f1e2f4be100ee4da62e5c04655e4f
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M llvm/lib/Support/RISCVISAInfo.cpp
M llvm/test/MC/RISCV/attribute-arch.s
Log Message:
-----------
[RISCV] Make zfbfmin imply the F extension
Our current approach is that if one extension requires another, we make
LLVM treat it as implied. My initial zfbfmin patch failed to do this for
the F extension (documented as a requirement of zfbfmin). This patch
fixes that.
Differential Revision: https://reviews.llvm.org/D151096
More information about the All-commits
mailing list