[all-commits] [llvm/llvm-project] 7645df: [RISCV] Simplify PatSetCC_m and PatFprFprDynFrm_m ...
Shao-Ce SUN via All-commits
all-commits at lists.llvm.org
Mon Oct 9 20:35:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7645df6b58c99b04d6878edb0c34c3969c083a7d
https://github.com/llvm/llvm-project/commit/7645df6b58c99b04d6878edb0c34c3969c083a7d
Author: Shao-Ce SUN <ssc at lanxincomputing.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
Log Message:
-----------
[RISCV] Simplify PatSetCC_m and PatFprFprDynFrm_m (#68562)
1. Use `Ext.PrimaryVT` in `PatSetCC_m `
2. Merge `PatFprFprDynFrm` from Zfh/Zhinx two locations into
`PatFprFprDynFrm_m`.
More information about the All-commits
mailing list