[PATCH] D79217: Process gep (select ptr1, ptr2) in SROA

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 14 17:58:58 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/SROA.cpp:3480
+        IsInBounds
+            ? Builder.CreateInBoundsGEP(True, Index,
+                                        True->getName() + ".sroa.gep")
----------------
The inbounds vs. noninbounds paths aren't stressed in the test


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

https://reviews.llvm.org/D79217





More information about the llvm-commits mailing list