[PATCH] D81766: [VectorCombine] try to create vector loads from scalar loads

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 02:16:57 PDT 2020


xbolva00 added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VectorCombine.cpp:108
+  if (!PtrOpTy)
+    return false;
+
----------------
nikic wrote:
> assert / use `cast<>`? Don't think the pointer operand can have a non-pointer type.
Not resolved?


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

https://reviews.llvm.org/D81766



More information about the llvm-commits mailing list