[all-commits] [llvm/llvm-project] 1c9684: [RISCV] Remove SEW=8 case for floating-point
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Tue Apr 18 19:46:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c9684724283a639df76050ce6b4881418e5522c
https://github.com/llvm/llvm-project/commit/1c9684724283a639df76050ce6b4881418e5522c
Author: wangpc <pc.wang at linux.alibaba.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVScheduleV.td
Log Message:
-----------
[RISCV] Remove SEW=8 case for floating-point
For floating-point instructions, SEW won't be 8. So we don't need
to generate scheduling resources for it.
Reviewed By: michaelmaitland
Differential Revision: https://reviews.llvm.org/D148317
More information about the All-commits
mailing list