[all-commits] [llvm/llvm-project] b31093: [RISCV] Add vmv.x.s to RISCVOptWInstrs. (#74519)
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 6 17:07:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b310932f8710ed7a61d23f90a9952cc52d255eeb
https://github.com/llvm/llvm-project/commit/b310932f8710ed7a61d23f90a9952cc52d255eeb
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVOptWInstrs.cpp
M llvm/test/CodeGen/RISCV/sextw-removal.ll
Log Message:
-----------
[RISCV] Add vmv.x.s to RISCVOptWInstrs. (#74519)
This instruction produces a 32-bit sign extended value if the SEW is less than or
equal to 32.
More information about the All-commits
mailing list