[all-commits] [llvm/llvm-project] d9f3fa: [RISCV] Add NoStdExtZfa predicates to BuildPairF64...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Dec 17 23:35:13 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9f3fae2fbabe0046bfb5888a71cf878830fddc1
https://github.com/llvm/llvm-project/commit/d9f3fae2fbabe0046bfb5888a71cf878830fddc1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFeatures.td
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
Log Message:
-----------
[RISCV] Add NoStdExtZfa predicates to BuildPairF64Pseudo and SplitF64Pseudo.
The makes the priority of the Zfa patterns of the pseudos explicit.
Previously the priority only worked because instructions with
usesCustomInserter=1 have lower priority.
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