1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Craig Topper 7d88bdafb9 [X86] Bale out of X86FastISel::X86SelectCmp for vectors.
None of the code in this function was written to handle
vectors.  Most of the cases already fail for vectors for one
reason or another. The exception is an optimization that
detects identical operands. This can be triggered by vectors,
but the code always creates a 0 or 1 constants in a scalar
register which is incorrect for vectors.

Fixes PR49706.
2021-03-23 20:16:04 -07:00
..
Analysis [ValueTracking] Handle increasing mul recurrence in isKnownNonZero() 2021-03-23 23:04:41 +00:00
Assembler
Bindings
Bitcode [IR] Add vscale_range IR function attribute 2021-03-22 12:05:06 +00:00
BugPoint
CodeGen [X86] Bale out of X86FastISel::X86SelectCmp for vectors. 2021-03-23 20:16:04 -07:00
DebugInfo [llvm-symbolizer][llvm-nm] Fix AArch64 and ARM mapping symbols handling. 2021-03-23 14:17:12 +01:00
Demangle
Examples
ExecutionEngine Temporarily revert "[lli] Make -jit-kind=orc the default JIT engine" 2021-03-23 12:01:30 +01:00
Feature
FileCheck
Instrumentation [SanitizerCoverage] Use External on Windows 2021-03-22 23:05:36 -07:00
Integer Temporarily revert "[lli] Make -jit-kind=orc the default JIT engine" 2021-03-23 12:01:30 +01:00
JitListener
Linker
LTO
MachineVerifier
MC
Object
ObjectYAML
Other Revert "A new option -print-on-crash that prints the IR as it was upon entering the last pass when there is a crash." 2021-03-23 10:09:27 -04:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [openacc][openmp] Reduce number of generated file and prefer inclusion of .inc 2021-03-23 09:16:53 -04:00
ThinLTO/X86
tools [AMDGPU] Set SchedRW on real instructions 2021-03-23 15:38:11 +00:00
Transforms [Analysis]Add getPointersDiff function to improve compile time. 2021-03-23 14:25:36 -07:00
Unit
Verifier [IR][SVE] Add new llvm.experimental.stepvector intrinsic 2021-03-23 10:43:35 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh