1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Simon Pilgrim 03987d05e0 [X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR support to 2 inputs
rL343853 didn't limit the number of subinputs, but we don't currently support faux shuffles with more than 2 total inputs, so put a limiter in place until this is fixed.

Found by Artem Dergachev.

llvm-svn: 343891
2018-10-05 21:44:19 +00:00
..
Analysis [LoopVectorizer] Use TTI.getOperandInfo() 2018-10-05 14:34:04 +00:00
AsmParser Emit template type and value parameter DIEs for template variables. 2018-10-03 18:44:53 +00:00
BinaryFormat Revert r343317 2018-09-28 17:01:50 +00:00
Bitcode Emit template type and value parameter DIEs for template variables. 2018-10-03 18:44:53 +00:00
CodeGen [LiveDebugValues] Extend var ranges through artificial blocks 2018-10-05 21:44:15 +00:00
DebugInfo dwarfdump: Avoid parsing units unnecessarily 2018-10-05 20:55:20 +00:00
Demangle Update microsoftDemangle() to work more like itaniumDemangle(). 2018-09-15 18:24:20 +00:00
ExecutionEngine [ORC] Pass Symbols to ExecutionSession::lookup by value, potentially saving a 2018-10-01 04:59:10 +00:00
Fuzzer
FuzzMutate [New PM] Introducing PassInstrumentation framework 2018-09-20 17:08:45 +00:00
IR [DebugInfo] Add support for DWARF5 call site-related attributes 2018-10-05 20:37:17 +00:00
IRReader
LineEditor
Linker Fix asserts when linking wrong address space declarations 2018-09-24 04:42:14 +00:00
LTO llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
MC [WebAssembly] Fixed missing "global" symbol type in AsmParser. 2018-10-04 23:48:53 +00:00
Object Give same-named members unique timestamps on Darwin in llvm-ar. 2018-10-04 18:49:21 +00:00
ObjectYAML [WebAssembly] Add V128 value type to binary format 2018-09-20 22:04:44 +00:00
Option Revert r341329 due to MSAN error 2018-09-03 18:13:46 +00:00
Passes Add support for new pass manager 2018-10-03 05:55:20 +00:00
ProfileData llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
Support [mips] Add support MIPS r6 Debian triples 2018-09-27 08:51:18 +00:00
TableGen llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) 2018-09-27 02:13:45 +00:00
Target [X86][AVX] Limit getFauxShuffleMask INSERT_SUBVECTOR support to 2 inputs 2018-10-05 21:44:19 +00:00
Testing Fix error with SmallString implicit conversion. 2018-09-06 22:47:32 +00:00
ToolDrivers
Transforms [LoopVectorizer] Use TTI.getOperandInfo() 2018-10-05 14:34:04 +00:00
WindowsManifest
XRay Use the container form llvm::sort(C, ...) 2018-09-30 22:31:29 +00:00
CMakeLists.txt
LLVMBuild.txt [XRay] Clean up XRay build configuration 2018-09-24 05:28:01 +00:00