Go to file
Guy Blank 2bdc74a471 [X86][FastISel] Use a COPY from K register to a GPR instead of a K operation
The KORTEST was introduced due to a bug where a TEST instruction used a K register.
but, turns out that the opposite case of KORTEST using a GPR is now happening

The change removes the KORTEST flow and adds a COPY instruction from the K reg to a GPR.

Differential Revision: https://reviews.llvm.org/D24953

llvm-svn: 282580
2016-09-28 11:22:17 +00:00
clang ASTMerge: explicitly specify arch for GCCAsmStmt test to calm non-x86 buildbots 2016-09-28 11:04:42 +00:00
clang-tools-extra Workaround ASTMatcher crashes. Added some more test cases. 2016-09-27 12:54:48 +00:00
compiler-rt [lsan] [aarch64] Fix calculating TLS area 2016-09-28 10:15:15 +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 Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in standalone build 2016-09-27 18:54:02 +00:00
libcxxabi [libc++abi] Default to DLL annotations on Windows 2016-09-27 03:44:09 +00:00
libunwind [libunwind] Add support for a single-threaded libunwind build 2016-09-28 10:57:15 +00:00
lld [ELF] Ignore sections flagged with SHF_EXCLUDE 2016-09-28 08:42:02 +00:00
lldb Reverting r282565. 2016-09-28 03:16:14 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [X86][FastISel] Use a COPY from K register to a GPR instead of a K operation 2016-09-28 11:22:17 +00:00
openmp Mixed type atomic routines for unsigned integers. 2016-09-27 17:38:48 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly www: add new code coverage link to Polly website 2016-09-25 08:03:38 +00:00