[all-commits] [llvm/llvm-project] c30c06: [RISCV] Fix crashes with Zfhmin+Zfa.
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Sep 8 21:20:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c30c0659d6c0c9fd3bc6861cd1eb99a3fcaa1026
https://github.com/llvm/llvm-project/commit/c30c0659d6c0c9fd3bc6861cd1eb99a3fcaa1026
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-09-08 (Sun, 08 Sep 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/half-zfa.ll
Log Message:
-----------
[RISCV] Fix crashes with Zfhmin+Zfa.
We were incorrectly making ISD::FMAXIMUM, ISD::FMINIMUM, and
ISD::FNEARBYINT legal with Zfhmin+Zfa when we really need Zfh+Zfa.
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