[PATCH] D13716: [IndVars] Split `WidenIV::cloneIVUser`; NFC
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 19:48:15 PDT 2015
sanjoy created this revision.
sanjoy added reviewers: atrick, hfinkel, reames.
sanjoy added a subscriber: llvm-commits.
This NFC splitting is intended to make a later diff easier to follow.
It just tail duplicates `cloneIVUser` into `cloneArithmeticIVUser` and
`cloneBitwiseIVUser`.
http://reviews.llvm.org/D13716
Files:
lib/Transforms/Scalar/IndVarSimplify.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13716.37314.patch
Type: text/x-patch
Size: 6001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151014/7162d55f/attachment.bin>
More information about the llvm-commits
mailing list