[PATCH] D49428: [LSV] Look through selects for consecutive addresses

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 14:21:59 PDT 2018


rtereshin updated this revision to Diff 157360.
rtereshin added a comment.

1. Renamed `MaxRecurse` to `Depth` as requested and updated the logic around it as `MaxRecurse` was going from the positive limit down to 0 which makes no sense for a parameter called `Depth`, so `Depth` is going from 0 to `MaxDepth` now.
2. Renamed `RecursionLimit` to `MaxDepth` to make the connection with `Depth` parameter clearer (which was `MaxRecurse` previously).


Repository:
  rL LLVM

https://reviews.llvm.org/D49428

Files:
  lib/Transforms/Vectorize/LoadStoreVectorizer.cpp
  test/Transforms/LoadStoreVectorizer/AMDGPU/selects.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49428.157360.patch
Type: text/x-patch
Size: 12113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180725/a1e92102/attachment.bin>


More information about the llvm-commits mailing list