llvm-6502/lib
Tom Stellard 5494792536 R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands
We were incorrectly assuming that all VOP2 instructions can read SGPRs
in Src0, but this is not true for instructions that read carry-in from
VCC.

The old logic has been replaced with new logic which checks the defined
register classes of the VOP2 instruction to determine whether or not to
legalize the operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214465 91177308-0d34-0410-b5e6-96231b3b80d8
2014-08-01 00:32:35 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen White space fix. 2014-07-31 22:57:46 +00:00
DebugInfo DWOHolder takes ownership of the argument constructor, use std::unique_ptr. 2014-07-31 20:26:42 +00:00
ExecutionEngine
IR
IRReader
LineEditor
Linker
LTO
MC Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it is apparently used, but the build didn't return errors weirdly. 2014-07-31 21:18:38 +00:00
Object
Option
ProfileData
Support
TableGen
Target R600/SI: Simplify and fix handling of VOP2 in SIInstrInfo::legalizeOperands 2014-08-01 00:32:35 +00:00
Transforms Improve the remark generated for -Rpass-missed. 2014-07-31 21:22:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile