paulwalker-arm added inline comments.

================
Comment at: llvm/lib/Transforms/InstCombine/InstructionCombining.cpp:2332
   }
-
+  if (GEP.getNumIndices() == 1 && !GEP.getType()->isVectorTy()) {
+    auto *Idx = dyn_cast<BinaryOperator>(GEP.getOperand(1));
----------------
Perhaps move this block after the `We do not handle pointer-vector geps here` 
immediately below so this test can be removed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155688

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to