From b13bcfd92141f31782952f7b16bdefedab5b21b5 Mon Sep 17 00:00:00 2001 From: Michael Kuperstein Date: Mon, 14 Nov 2016 19:01:59 +0000 Subject: [PATCH] Give SLP vectorizer credit where it's due. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286865 91177308-0d34-0410-b5e6-96231b3b80d8 --- CREDITS.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CREDITS.TXT b/CREDITS.TXT index 99bdef91c0f..9d3d3d562f8 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -401,7 +401,7 @@ D: Fixes and improvements to the AArch64 backend N: Nadav Rotem E: nadav.rotem@me.com -D: X86 code generation improvements, Loop Vectorizer. +D: X86 code generation improvements, Loop Vectorizer, SLP Vectorizer N: Roman Samoilov E: roman@codedgers.com