History log of /llvm-project/llvm/test/CodeGen/RISCV/attributes-module-flag.ll (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 76254656 21-Jun-2024 Jianjian Guan <jacquesguan@me.com>

[RISCV] Make M imply Zmmul (#95070)

According to the spec, M implies Zmmul.


Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3
# 891172d9 20-Mar-2024 Craig Topper <craig.topper@sifive.com>

[RISCV] Use 'riscv-isa' module flag to set ELF flags and attributes. (#85155)

Walk all the ISA strings and set the subtarget bits for any extension we
find in any string.

This allows LTO output

[RISCV] Use 'riscv-isa' module flag to set ELF flags and attributes. (#85155)

Walk all the ISA strings and set the subtarget bits for any extension we
find in any string.

This allows LTO output to have a ELF attributes from the union of all of
the files used to compile it.

show more ...