[all-commits] [llvm/llvm-project] d53707: [RISCV] Remove RISCVISD::VLE_VL/VSE_VL. Use intrin...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Mar 9 22:57:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d53707508a7af8bc5f2fe785ee959273027cdce4
https://github.com/llvm/llvm-project/commit/d53707508a7af8bc5f2fe785ee959273027cdce4
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
Log Message:
-----------
[RISCV] Remove RISCVISD::VLE_VL/VSE_VL. Use intrinsics instead.
Similar to what we do for other loads/stores, use the intrinsic
version that we already have custom isel for.
Reviewed By: rogfer01
Differential Revision: https://reviews.llvm.org/D121166
More information about the All-commits
mailing list