[PATCH] D29776: [LV] Remove type restriction for vector phi creation

Michael Kuperstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 11:28:58 PST 2017


mkuper added a comment.

Thanks, Matt!

I agree this isn't necessary - I was planning on pretty much the same sequence (first enable this for the primary IV, then for everything that matches its type, then for all integers, then for loop-invariant steps), but never got beyond step 2, see https://reviews.llvm.org/D20932?id=59460#inline-178373 :-)
LGTM!


https://reviews.llvm.org/D29776





More information about the llvm-commits mailing list