[all-commits] [llvm/llvm-project] 34f1da: [RISCV] Make Zfh PseudoQuietFCMP definitions predi...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Mon Mar 20 10:07:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34f1da3468ab70b182072ddbe9e2784b3bde9923
https://github.com/llvm/llvm-project/commit/34f1da3468ab70b182072ddbe9e2784b3bde9923
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-03-20 (Mon, 20 Mar 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
Log Message:
-----------
[RISCV] Make Zfh PseudoQuietFCMP definitions predicated on HasStdExtZfh
These are currently in a `Predicates = [HasStdExtZfhOrZfhmin]` block,
but Zfhmin has no fcmp instructions so the definition makes no sense for
Zfhmin.
Differential Revision: https://reviews.llvm.org/D146435
More information about the All-commits
mailing list