llvm/test
Sanjay Patel 8858190401 [x86] add missing tests for fcmp ueq/one
Somehow, the codegen logic for these sequences has gone completely untested
until now (note the 2 compare instructions generated per test).

There's also an *Intel* AVX optimization opportunity exposed in these cases
and the existing tests. Intel's (but not AMD's) AVX spec shows that extra FP
predicates were added, so a single comparison should always be sufficient,
and operand commutation should never be necessary.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272397 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-10 15:17:54 +00:00
..
Analysis [CFLAA] Handle global/arg attrs more sanely. 2016-06-09 23:15:04 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [x86] add missing tests for fcmp ueq/one 2016-06-10 15:17:54 +00:00
DebugInfo
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [esan|cfrag] Add the struct field offset array in StructInfo 2016-06-10 02:10:06 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC [AMDGPU] AsmParser: Support for sext() modifier in SDWA. Some code cleaning in AMDGPUOperand. 2016-06-10 09:57:59 +00:00
Object
ObjectYAML
Other
SymbolRewriter
TableGen
ThinLTO/X86
tools
Transforms Reapply "[TTI] Refine default cost for interleaved load groups with gaps" 2016-06-10 14:33:30 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh