1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test
Mark Searles 9022f095c6 [AMDGPU] prevent hitting Assertion `isReg() && "Wrong MachineOperand accessor"'
The use iterator, used within findMaskOperands(), can return anything which is
not a def. isUse() requires a register, so check isReg() before calling isUse().

Differential Revision: https://reviews.llvm.org/D48047

llvm-svn: 334459
2018-06-12 00:41:26 +00:00
..
Analysis Fix incorrect CHECK-LABEL 2018-06-11 19:56:12 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [AMDGPU] prevent hitting Assertion `isReg() && "Wrong MachineOperand accessor"' 2018-06-12 00:41:26 +00:00
DebugInfo [CodeView] Omit forward references for unnamed structs and unions 2018-06-11 01:39:34 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [asan] Instrument comdat globals on COFF targets 2018-06-08 18:33:16 +00:00
Integer
JitListener
Linker
LTO
MC AMDGPU: Add 64-bit relative variant kind 2018-06-11 21:37:57 +00:00
Object Implemented sane default for llvm-objdump's relocation Value format 2018-06-01 05:31:58 +00:00
ObjectYAML
Other SpeculativeExecution Pass: Set PreserveCFG to avoid unnecessary analyses invalidation. 2018-06-07 00:19:29 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen TableGen: Streamline the semantics of NAME 2018-06-04 14:26:05 +00:00
ThinLTO/X86
tools [X86] Fix skylake server scheduling info. 2018-06-11 14:37:53 +00:00
Transforms [SampleFDO] Add a new compact binary format for sample profile. 2018-06-11 22:40:43 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh