[PATCH] D83041: [SVE][CodeGen] Legalisation of unpredicated store instructions

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 13:15:58 PDT 2020


efriedma added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2513
+    Ptr = DAG.getObjectPtrOffset(DL, Ptr, IncrementSize);
+  }
 
----------------
It might make sense to write a helper with the pointer increment logic?  Not sure how many places you need to repeat it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83041





More information about the llvm-commits mailing list