[all-commits] [llvm/llvm-project] 912306: [RISCV] Use a ComplexPattern to merge isel pattern...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Feb 2 10:21:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 912306ef21d76589ef312af992819a4752ad66ea
https://github.com/llvm/llvm-project/commit/912306ef21d76589ef312af992819a4752ad66ea
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp
M llvm/lib/Target/RISCV/RISCVISelDAGToDAG.h
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
Log Message:
-----------
[RISCV] Use a ComplexPattern to merge isel patterns for vector load/store with GPR and FrameIndex addresses.
This reduces the isel table size by about 3000 bytes.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D95844
More information about the All-commits
mailing list