Go to file
Elena Demikhovsky 95629caaa9 AVX-512: fixed a bug in fp_to_uint pattern on KNL
Fixed fp_to_uint instruction selection on KNL.
One pattern was missing for <4 x double> to <4 x i32>

Differential Revision: http://reviews.llvm.org/D18512

llvm-svn: 264701
2016-03-29 06:33:41 +00:00
clang [OPENMP] Allow runtime insert its own code inside OpenMP regions. 2016-03-29 05:34:15 +00:00
clang-tools-extra [clang-tidy] Add performance check to flag function parameters of expensive to copy types that can be safely converted to const references. 2016-03-29 02:42:38 +00:00
compiler-rt [libprofile] Use one fewer -mllvm option in this test. 2016-03-28 22:23:03 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Fix ilogb(double) return type 2016-02-24 00:52:15 +00:00
libcxx Implement is_always_lock_free 2016-03-25 15:48:21 +00:00
libcxxabi [libcxxabi] Disable cxa_thread_atexit_test if unavailable 2016-03-17 10:00:24 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld [LTO] Don't internalize if --export-dynamic is passed. 2016-03-29 04:34:09 +00:00
lldb Move some functions from DWARFASTParserClang to ClangASTImporter. 2016-03-28 22:53:41 +00:00
llgo [llgo] Increment "Debug Info Version" 2016-03-23 23:09:00 +00:00
llvm AVX-512: fixed a bug in fp_to_uint pattern on KNL 2016-03-29 06:33:41 +00:00
openmp [STATS] Missing check for MIC in config-ix.cmake 2016-03-28 18:53:10 +00:00
polly docs: Fix section header committed in r264575 2016-03-28 17:00:14 +00:00