RE: r286714 - [AVX-512] Convert the rest of the masked shift by immediate and by single element builtins over to the newly added unmasked builtins and a select.

2016-11-12 Thread Yung, Douglas via cfe-commits
Topper via cfe-commits > Sent: Friday, November 11, 2016 23:17 > To: cfe-commits@lists.llvm.org > Subject: r286714 - [AVX-512] Convert the rest of the masked shift by > immediate and by single element builtins over to the newly added > unmasked builtins and a select. > > Author: ctopp

r286714 - [AVX-512] Convert the rest of the masked shift by immediate and by single element builtins over to the newly added unmasked builtins and a select.

2016-11-11 Thread Craig Topper via cfe-commits
Author: ctopper Date: Sat Nov 12 01:16:59 2016 New Revision: 286714 URL: http://llvm.org/viewvc/llvm-project?rev=286714&view=rev Log: [AVX-512] Convert the rest of the masked shift by immediate and by single element builtins over to the newly added unmasked builtins and a select. This should als