1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test
Matt Arsenault 8dbeb825a7 AMDGPU: Fix crash when disassembling VOP3 mac
The unused dummy src2_modifiers is missing, so it crashes
when trying to print it.

I tried to fully remove src2_modifiers, but there are some
irritations in the places where it is converted to mad since
it starts to require modifying use lists while iterating over
them.

llvm-svn: 299861
2017-04-10 17:58:06 +00:00
..
Analysis [ScalarEvolution] Re-enable Predicate implication from operations 2017-03-31 12:05:30 +00:00
Assembler [IR] Add AllowContract to FastMathFlags 2017-03-28 20:11:52 +00:00
Bindings
Bitcode Bitcode: Do not create FNENTRYs for aliases of functions. 2017-04-06 19:39:24 +00:00
BugPoint
CodeGen [X86][MMX] Add fast-isel support for MMX non-temporal writes 2017-04-10 16:58:07 +00:00
DebugInfo Improves pretty printing of variable types in llvm-pdbdump 2017-04-10 16:43:09 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Fix dead stripping of globals on Linux. 2017-04-06 19:55:17 +00:00
Integer
JitListener
LibDriver
Linker
LTO
MC AMDGPU: Fix crash when disassembling VOP3 mac 2017-04-10 17:58:06 +00:00
Object [llvm-ar] errors go on stderr and not on stdout. 2017-04-05 14:52:17 +00:00
ObjectYAML Align all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_VECTOR 2017-04-04 06:02:32 +00:00
Other
SymbolRewriter
TableGen [globalisel][tablegen] Fix patterns involving multiple ComplexPatterns. 2017-04-05 13:14:03 +00:00
ThinLTO/X86 Add support for -fno-builtin to LTO and ThinLTO to libLTO 2017-03-28 18:55:44 +00:00
tools Allow specification of what kinds of class members to dump. 2017-04-06 23:43:39 +00:00
Transforms [InstCombine] Use m_c_Add to shorten some code. Add testcases for this fold since they were missing. NFC 2017-04-10 16:59:40 +00:00
Unit
Verifier Verifier: Check some amdgpu calling convention restrictions 2017-04-04 18:43:11 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh