Go to file
Roman Lebedev 5da636fb90 [NFC][InstCombine] Fine-tune 'check for [no] signed truncation' tests
We are using i8 for these tests, and shifting by 4,
which is exactly the half of i8.

But as it is seen from the proofs https://rise4fun.com/Alive/mgu
KeptBits = bitwidth(%x) - MaskedBits,
so with using shifts by 4, we are not really testing that
we actually properly handle the other cases with shifts not by half...

llvm-svn: 337208
2018-07-16 20:10:46 +00:00
clang [OPENMP] Fix checks for declare target link entries. 2018-07-16 20:05:25 +00:00
clang-tools-extra [clang-tidy] Force exceptions to be enabled in test 2018-07-14 10:48:06 +00:00
compiler-rt Revert r337194 (https://reviews.llvm.org/D48891) due to compilation errors. 2018-07-16 20:05:18 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx Fix PR38160 - init_priority attribute not supported by GCC on Apple. 2018-07-16 20:01:59 +00:00
libcxxabi [CMake] Set per-runtime library directory suffix in runtimes build 2018-07-10 19:13:33 +00:00
libunwind [CMake] Set per-runtime library directory suffix in runtimes build 2018-07-10 19:13:33 +00:00
lld Support option -plugin-opt=dwo_dir= 2018-07-16 17:55:48 +00:00
lldb [CMake] Give lldb tools functional install targets when building LLDB.framework 2018-07-16 19:19:56 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [NFC][InstCombine] Fine-tune 'check for [no] signed truncation' tests 2018-07-16 20:10:46 +00:00
openmp [cmake] Fix libomptarget/test/CMakeLists.txt 2018-07-15 17:29:43 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [ScopInfo] Replace isl foreach calls with for loops 2018-07-16 19:04:16 +00:00
README.md

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.