Merging r235641:
------------------------------------------------------------------------ r235641 | thomas.stellard | 2015-04-23 16:32:01 -0400 (Thu, 23 Apr 2015) | 9 lines R600/SI: Fix indirect addressing with a negative constant offset When the base register index of the vector plus the constant offset was less than zero, we were passing the wrong base register to the indirect addressing instruction. In this case, we need to set the base register to v0 and then add the computed (negative) index to m0. ------------------------------------------------------------------------ llvm-svn: 236449
parent
dc1f0687
Please register or sign in to comment