[PATCH] D153876: [RISCV] Lower deinterleave2 intrinsics to vlseg2

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 27 10:00:57 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:16914
+                                           {ResVTy, XLenTy});
+    VL = ConstantInt::get(XLenTy, RISCV::VLMaxSentinel);
+    Ops = SmallVector<Value *, 10>(Factor, PoisonValue::get(ResVTy));
----------------
Use getAllOnes rather than VLMaxSentinel


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153876/new/

https://reviews.llvm.org/D153876



More information about the llvm-commits mailing list