[all-commits] [llvm/llvm-project] e790c9: [RISCV] Make "target-feature +i" explicit (#157835)
Gergely Futo via All-commits
all-commits at lists.llvm.org
Wed Sep 10 23:49:27 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e790c97f65687bece901072cb4f6935061785536
https://github.com/llvm/llvm-project/commit/e790c97f65687bece901072cb4f6935061785536
Author: Gergely Futo <gergely.futo at hightec-rt.com>
Date: 2025-09-11 (Thu, 11 Sep 2025)
Changed paths:
M clang/test/CodeGen/RISCV/riscv-func-attr-target.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vlenb.c
M clang/test/Driver/riscv-cpus.c
M clang/test/Driver/riscv-default-features.c
M clang/test/Driver/riscv-features.c
M flang/test/Driver/target-cpu-features.f90
M llvm/lib/TargetParser/RISCVISAInfo.cpp
M llvm/unittests/TargetParser/RISCVISAInfoTest.cpp
Log Message:
-----------
[RISCV] Make "target-feature +i" explicit (#157835)
Add "target-feature +i" for RV32I/RV64I.
Current behavior:
RV32E/RV64E: "target-feature +e" "target-feature -i"
RV32I/RV64I: "target-feature -e"
Adding "target-feature +i" explicitly makes the behavior consistent.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list