[all-commits] [llvm/llvm-project] 696dde: [RISCV] Support masked load/store for fixed vectors.
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Mar 17 10:27:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 696ddef569a8c4073463fe7701e175af887a5dd0
https://github.com/llvm/llvm-project/commit/696ddef569a8c4073463fe7701e175af887a5dd0
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-03-17 (Wed, 17 Mar 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.h
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-load-fp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-load-int.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-store-fp.ll
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-masked-store-int.ll
Log Message:
-----------
[RISCV] Support masked load/store for fixed vectors.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D98561
More information about the All-commits
mailing list