[PATCH] D81416: [LV][SLP] Interleave to expose ILP for small loops with scalar reductions.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 06:53:43 PDT 2020


spatel added a comment.

In D81416#2099655 <https://reviews.llvm.org/D81416#2099655>, @AaronLiu wrote:

> I add a test: llvm/test/Transforms/PhaseOrdering/interleave_LV_SLP.ll
>  Please let me know whether that is what you wanted.


Thanks - that was the start of what I requested, but not complete. I've added the test here using auto-generated CHECK lines that show baseline (without this patch) results:
rGdf79443 <https://reviews.llvm.org/rGdf794431e0a36d7d4fda685710714e913277f22f>

Please rebase and update that file using the script at llvm/utils/update_test_checks.py.
I don't think we need to duplicate the test in the SLP folder now that we have coverage for this example in PhaseOrdering, but if you think that is still useful, that can be added independently of this patch.


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

https://reviews.llvm.org/D81416





More information about the llvm-commits mailing list