llvm-project/llvm/test/CodeGen
Sanjay Patel 5ccc85fe83 [x86, AVX] allow FP vector select folding to bitwise logic ops (PR28895)
This handles the case in:
https://llvm.org/bugs/show_bug.cgi?id=28895

...but we are not getting all of the possibilities yet. 
Eg, we use 'X86::FANDN' for scalar FP select combines.

That enhancement is filed as:
https://llvm.org/bugs/show_bug.cgi?id=28925

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

llvm-svn: 278270
2016-08-10 19:00:11 +00:00
..
AArch64 GlobalISel: avoid inserting redundant COPYs for bitcasts. 2016-08-10 16:51:14 +00:00
AMDGPU LiveIntervalAnalysis: fix a crash in repairOldRegInRange 2016-08-10 18:51:14 +00:00
ARM Codegen: Tail Merge: Be less aggressive with special cases. 2016-08-10 18:36:18 +00:00
BPF [BPF] Remove exit-on-error from tests (PR27768, PR27769) 2016-05-30 08:28:34 +00:00
Generic Fix build breaks after r277028 2016-07-28 20:25:21 +00:00
Hexagon Codegen: Tail Merge: Be less aggressive with special cases. 2016-08-10 18:36:18 +00:00
Inputs
Lanai Add a REQUIRES: assert on a Lanai test that uses a -debug-only flag 2016-07-29 19:35:22 +00:00
MIR [GlobalISel] Add Selected MachineFunction property. 2016-08-02 16:49:19 +00:00
MSP430
Mips [mips] Set Personality and LSDA encoding for FreeBSD 2016-08-04 15:36:03 +00:00
NVPTX [NVPTX] remove unnecessary named metadata update that happens to break debug info. 2016-08-02 20:58:24 +00:00
PowerPC PowerPC: Add a triple to this test 2016-08-05 21:49:54 +00:00
SPARC VirtRegMap: Replace some identity copies with KILL instructions. 2016-07-09 00:19:07 +00:00
SystemZ Re-add SystemZ SNaN test 2016-08-08 18:11:13 +00:00
Thumb DAG: avoid duplicated truncating for sign extended operand 2016-07-29 23:33:48 +00:00
Thumb2 [ARM] Improve sxta{b|h} and uxta{b|h} tests 2016-08-10 09:34:34 +00:00
WebAssembly [WebAssembly] Add -emscripten-cxx-exceptions-whitelist option 2016-08-09 22:37:00 +00:00
WinEH Revert EH-specific checks in BranchFolding that were causing blow ups in compile time. 2016-07-27 17:55:33 +00:00
X86 [x86, AVX] allow FP vector select folding to bitwise logic ops (PR28895) 2016-08-10 19:00:11 +00:00
XCore IR: Introduce Module::global_objects(). 2016-06-22 20:29:42 +00:00