[all-commits] [llvm/llvm-project] 597327: [RISCV] Add MinimumJumpTableEntries to TuneInfo (#...
Wang Pengcheng via All-commits
all-commits at lists.llvm.org
Wed Nov 22 22:05:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5973272af796b33b75467ba8fba8b0a98b42757a
https://github.com/llvm/llvm-project/commit/5973272af796b33b75467ba8fba8b0a98b42757a
Author: Wang Pengcheng <wangpengcheng.pp at bytedance.com>
Date: 2023-11-23 (Thu, 23 Nov 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVProcessors.td
M llvm/lib/Target/RISCV/RISCVSubtarget.cpp
M llvm/lib/Target/RISCV/RISCVSubtarget.h
M llvm/test/CodeGen/RISCV/jumptable.ll
Log Message:
-----------
[RISCV] Add MinimumJumpTableEntries to TuneInfo (#72963)
This is like what AArch64 has done in #71166 except that we don't
handle `HasMinSize` case now.
More information about the All-commits
mailing list