llvm-6502/lib
Michel Danzer ebd4eec538 R600/SI: Fix broken encoding of DS_WRITE_B32
The logic in SIInsertWaits::getHwCounts() only really made sense for SMRD
instructions, and trying to shoehorn it into handling DS_WRITE_B32 caused
it to corrupt the encoding of that by clobbering the first operand with
the second one.

Undo that damage and only apply the SMRD logic to that.

Fixes some derivates related piglit regressions with radeonsi.

Reviewed-by: Tom Stellard <thomas.stellard@amd.com>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188558 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-16 16:19:24 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen [SystemZ] Use SRST to implement strlen and strnlen 2013-08-16 11:41:43 +00:00
DebugInfo
ExecutionEngine Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them the 2013-08-15 22:31:40 +00:00
IR
IRReader
Linker
MC Support C99 hexadecimal floating-point literals in assembly 2013-08-14 14:23:31 +00:00
Object
Option
Support Updating function comments; no functional changes intended. 2013-08-16 14:33:07 +00:00
TableGen
Target R600/SI: Fix broken encoding of DS_WRITE_B32 2013-08-16 16:19:24 +00:00
Transforms InstCombine: Simplify if(x!=0 && x!=-1). 2013-08-16 00:15:20 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile