Go to file
Sanjay Patel 1c608f4323 [InstCombine] return a vector-safe true/false constant
I introduced this potential bug by missing this diff in:
https://reviews.llvm.org/rL280873

...however, I'm not sure how to reach this code path with a regression test.
We may be able to remove this code and assume that the transform to a constant
is always handled by InstSimplify?

llvm-svn: 280964
2016-09-08 16:54:02 +00:00
clang Moved unreachable to appease msvc, gcc and clang 2016-09-08 11:03:41 +00:00
clang-tools-extra Fix a few oversights in the clang-tidy VS plugin. 2016-09-07 19:41:19 +00:00
compiler-rt Fix linker warning about sanitizer_common_nolibc functions on Windows 2016-09-08 16:46:06 +00:00
debuginfo-tests
libclc Replace nextafter implementation 2016-09-08 16:37:56 +00:00
libcxx Added 'inline' attribute to basic_string's destructor 2016-09-08 14:31:44 +00:00
libcxxabi [lit] Replace print with lit_config.note(). 2016-09-02 13:56:05 +00:00
libunwind Add missing _US_ACTION_MASK constant to unwind.h 2016-09-05 18:01:13 +00:00
lld Handle globs in global symbol names. 2016-09-08 14:50:55 +00:00
lldb Fix for rL280668, Intel(R) Memory Protection Extensions (Intel(R) MPX) support. 2016-09-08 14:16:45 +00:00
llgo
llvm [InstCombine] return a vector-safe true/false constant 2016-09-08 16:54:02 +00:00
openmp Move function into cpp file under KMP_AFFINITY_SUPPORTED guard. 2016-09-02 20:54:58 +00:00
parallel-libs Add streamexecutor-config 2016-09-08 16:12:33 +00:00
polly Add -polly-flatten-schedule pass. 2016-09-08 15:02:36 +00:00