OSDN Git Service

[AVX-512] Always use v8i64 when converting 512-bit FAND/FOR/FXOR/FANDN to integer...
authorCraig Topper <craig.topper@gmail.com>
Mon, 29 Aug 2016 04:49:27 +0000 (04:49 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 29 Aug 2016 04:49:27 +0000 (04:49 +0000)
commit79711e4f4637fd130ce593134911bfa5f4933f32
treef6ab708989306bd1a3cc0f4b71605c10fd2401e4
parent040e63ae3661e22a6b28e81f8f4479aeccaa37ea
[AVX-512] Always use v8i64 when converting 512-bit FAND/FOR/FXOR/FANDN to integer operations when DQI isn't supported. This is consistent with the recent changes to promote logical operations to i64 vectors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279957 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp