[PATCH] D93608: [RISCV] Add intrinsics for vslide1up/down, vfslide1up/down instruction
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 21 10:17:23 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:1747
}
} // Predicates = [HasStdExtV, HasStdExtF]
----------------
Previous predicates closed here. Should these VSLIDE* instructions have a Predicate?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93608/new/
https://reviews.llvm.org/D93608
More information about the llvm-commits
mailing list