llvm-project/llvm/test
Simon Atanasyan 9f2e076f27 [Mips] Instruction `sc` now accepts symbol as an argument
Function MipsAsmParser::expandMemInst() did not properly handle
instruction `sc` with a symbol as an argument because first argument
would be counted twice. We add additional checks and handle this case
separately.

Patch by Mirko Brkusanin.

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

llvm-svn: 368160
2019-08-07 12:21:26 +00:00
..
Analysis Revert "[X86] Add more extract subvector cost model tests for smaller element sizes and smaller than 128-bit vectors." 2019-08-06 23:38:14 +00:00
Assembler IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
Bindings IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
Bitcode IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
BugPoint
CodeGen [TargetLowering] SimplifyDemandedBits - call SimplifyMultipleUseDemandedBits for ISD::VECTOR_SHUFFLE 2019-08-07 11:43:13 +00:00
DebugInfo Changing representation of .cv_def_range directives in Codeview debug info assembly format for better readability 2019-08-05 14:16:58 +00:00
Demangle
Examples
ExecutionEngine [JITLink] Fix an overly-wide read in the MachO/x86-64 test case. 2019-08-03 22:38:31 +00:00
Feature IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
FileCheck [FileCheck]] Canonicalize caret location testing 2019-07-24 12:38:29 +00:00
Instrumentation hwasan: Instrument globals. 2019-08-06 22:07:29 +00:00
Integer
JitListener
LTO IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
Linker IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
MC [Mips] Instruction `sc` now accepts symbol as an argument 2019-08-07 12:21:26 +00:00
MachineVerifier [Testing] Fix tests that break with read-only checkouts 2019-08-01 06:41:40 +00:00
Object [obj2yaml] - MIPS: move and improve testing of the e_flags 2019-08-07 09:35:04 +00:00
ObjectYAML
Other [NewPassManager] Resolve assertion in CGSCCPassManager when CallCounts change. 2019-08-02 18:37:03 +00:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [GlobalISel] Check LLT size matches memory size for non-truncating stores. 2019-08-02 23:33:13 +00:00
ThinLTO/X86 IR: print value numbers for unnamed function arguments 2019-08-03 14:28:34 +00:00
Transforms [InstCombine] Recommit: Shift amount reassociation: shl-trunc-shl pattern 2019-08-07 09:41:50 +00:00
Unit
Verifier IR: Disable verifier check for GlobalValues with private linkage named after a comdat for non-COFF. 2019-08-06 21:47:18 +00:00
YAMLParser
tools [obj2yaml] - MIPS: move and improve testing of the e_flags 2019-08-07 09:35:04 +00:00
.clang-format
CMakeLists.txt Reverts commit r368117, r368115 and r368112 2019-08-07 05:15:34 +00:00
TestRunner.sh
lit.cfg.py
lit.site.cfg.py.in