aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/load-input-fold.ll
Commit message (Collapse)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+0
| | | | Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-111-16/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194425 91177308-0d34-0410-b5e6-96231b3b80d8
* R600: Lower int_load_input to copyFromReg instead of Register nodeVincent Lejeune2013-05-171-0/+121
It solves a bug uncovered by dot4 patch where the register class of int_load_input use was ignored. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182130 91177308-0d34-0410-b5e6-96231b3b80d8