P4 to Git Change 1288149 by jsjodin@jsjodin-git2p4-llvm on 2016/07/06 19:30:52

SWDEV-3 - [X86][AVX512] Add support for lowering shuffles to VPERMILPD

	git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274450 91177308-0d34-0410-b5e6-96231b3b80d8

	GitHash: c032badeb41a5888f9627b4e7ba4d07a9a1653dc

Affected files ...

... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/lib/Target/X86/X86ISelLowering.cpp#12 edit
... //depot/stg/opencl/drivers/opencl/compiler/llvm.git/test/CodeGen/X86/vector-shuffle-512-v8.ll#3 edit
This commit is contained in:
foreman
2016-07-07 02:41:14 -04:00
parent 162c07fcb4
commit d77019c542
7 ha cambiato i file con 91 aggiunte e 83 eliminazioni
@@ -706,6 +706,7 @@ Device::create(Pal::IDevice* device)
// palSettings ...
palSettings->textureOptLevel = Pal::TextureFilterOptimizationsDisabled;
palSettings->forceHighClocks = appProfile_.enableHighPerformanceState();
palSettings->cmdBufBatchedSubmitChainLimit = 0;
// Commit the new settings for the device
result = iDev()->CommitSettingsAndInit();