Re: r278655 - [CodeGen] Correctly implement the AVX512 psABI rules

2016-08-15 Thread Gerolf Hoflehner via cfe-commits
LGTM. But it would be great if someone with more exposure to CFE could double check. -Gerolf > On Aug 14, 2016, at 11:39 PM, David Majnemer via cfe-commits > wrote: > > Author: majnemer > Date: Mon Aug 15 01:39:18 2016 > New Revision: 278655 > > URL: http://llvm.org/viewvc/llvm-project?rev=

r278655 - [CodeGen] Correctly implement the AVX512 psABI rules

2016-08-14 Thread David Majnemer via cfe-commits
Author: majnemer Date: Mon Aug 15 01:39:18 2016 New Revision: 278655 URL: http://llvm.org/viewvc/llvm-project?rev=278655&view=rev Log: [CodeGen] Correctly implement the AVX512 psABI rules An __m512 vector type wrapped in a structure should be passed in a vector register. Our prior implementation