[all-commits] [llvm/llvm-project] 6cc9ef: [RISCV] Use ISD::EXTRACT_VECTOR_ELT for Intrinsic:...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Jan 11 18:46:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cc9efae44d457910be76093d09c7a23eaf89247
https://github.com/llvm/llvm-project/commit/6cc9efae44d457910be76093d09c7a23eaf89247
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-01-11 (Wed, 11 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
Log Message:
-----------
[RISCV] Use ISD::EXTRACT_VECTOR_ELT for Intrinsic::riscv_vfmv_f_s lowering.
This matches what we do for extractelt from IR for both fixed and
scalable vectors.
This lets us remove a few isel patterns.
More information about the All-commits
mailing list