[llvm] [RISCV] Refactor performCONCAT_VECTORSCombine. NFC (PR #69068)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 16 08:53:59 PDT 2023


================
@@ -13867,26 +13844,25 @@ static SDValue performCONCAT_VECTORSCombine(SDNode *N, SelectionDAG &DAG,
   if (!TLI.isLegalStridedLoadStore(WideVecVT, Align))
     return SDValue();
 
+  auto [Stride, Reversed] = *BaseDiff;
----------------
michaelmaitland wrote:

I am content with this approach.

https://github.com/llvm/llvm-project/pull/69068


More information about the llvm-commits mailing list