1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test
Simon Pilgrim d0bf75b218 [X86][AVX] ComputeNumSignBitsForTargetNode - add X86ISD::VBROADCAST handling for scalar sources
The target shuffle code handles vector sources, but X86ISD::VBROADCAST can also accept a scalar source for splatting.

Added as an extension to PR49658
2021-03-21 12:22:51 +00:00
..
Analysis [ARM] Tone down the MVE scalarization overhead 2021-03-19 18:30:11 +00:00
Assembler [Assembler] Fix global icmp test 2021-03-08 17:26:49 +01:00
Bindings [OCaml] Add (get/set)_module_identifer functions 2021-03-20 20:41:51 +05:30
Bitcode Support intrinsic overloading on unnamed types 2021-03-19 14:34:25 +01:00
BugPoint
CodeGen [X86][AVX] ComputeNumSignBitsForTargetNode - add X86ISD::VBROADCAST handling for scalar sources 2021-03-21 12:22:51 +00:00
DebugInfo [RISCV] Make empty name symbols SF_FormatSpecific so that llvm-symbolizer ignores them for symbolization 2021-03-16 14:12:18 -07:00
Demangle
Examples
ExecutionEngine [JITLink] Add support for STT_NOTYPE symbols to ELF/x86-64. 2021-03-09 20:40:24 -08:00
Feature
FileCheck [FileCheck] Fix redundant diagnostics due to numeric errors 2021-03-17 19:25:41 -04:00
Instrumentation [dfsan] Turn on testing origin tracking at atomics.ll 2021-03-19 17:53:13 +00:00
Integer
JitListener
Linker Support intrinsic overloading on unnamed types 2021-03-19 14:34:25 +01:00
LTO [LTO][MC] Discard non-prevailing defined symbols in module-level assembly 2021-03-18 15:33:42 -07:00
MachineVerifier [GlobalISel] Add G_SBFX + G_UBFX (bitfield extraction opcodes) 2021-03-19 14:37:19 -07:00
MC Fix test case in b4a8c0ebb6d4 2021-03-18 15:55:48 -07:00
Object
ObjectYAML
Other Revert of D49126 [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types. 2021-03-20 11:37:09 +01:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Improve handling of template arguments 2021-03-19 09:57:53 -04:00
ThinLTO/X86 [llvm] Change DSOLocalEquivalent type if the underlying global value type changes 2021-03-09 15:09:48 -08:00
tools Revert "[IRSim] Adding basic implementation of llvm-sim." 2021-03-20 18:03:09 -05:00
Transforms Revert of D49126 [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types. 2021-03-20 11:37:09 +01:00
Unit [lit] Sort test start times based on prior test timing data 2021-03-16 05:23:04 -04:00
Verifier
YAMLParser
.clang-format
CMakeLists.txt Revert "[IRSim] Adding basic implementation of llvm-sim." 2021-03-20 18:03:09 -05:00
lit.cfg.py Revert "[IRSim] Adding basic implementation of llvm-sim." 2021-03-20 18:03:09 -05:00
lit.site.cfg.py.in [test] Add ability to get error messages from CMake for errc substitution 2021-03-15 20:56:08 +01:00
TestRunner.sh