[llvm] [RISCV][GISel] Support select G_EXTRACT_SUBVECTOR (PR #169789)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 2 18:21:07 PST 2025
================
@@ -25524,6 +25524,9 @@ bool RISCVTargetLowering::fallBackToDAGISel(const Instruction &Inst) const {
return false;
}
+ if (II->getIntrinsicID() == Intrinsic::vector_extract) {
----------------
topperc wrote:
Drop curly braces
https://github.com/llvm/llvm-project/pull/169789
More information about the llvm-commits
mailing list