[PATCH] R600/SI: Remove RSRC pseudos

Tom Stellard tom at stellard.net
Fri Oct 17 09:56:16 PDT 2014


On Wed, Oct 15, 2014 at 09:12:06AM -0700, Matt Arsenault wrote:
> Hi,
> 
> These replace use of the SI_ADDR64_RSRC and SI_BUFFER_RSRC pseudoinstructions with the REG_SEQUENCE that replaces them immediately
> 

Patches 1 and 2: LGTM

Patch 3 causes a lock-up in the opencv test: OCL_Calib3D/StereoMatchConstSpaceBP.Regression/0
I think this may actually be uncovering a bug in SGPR spilling, so I'm
not sure if the bug is directly caused by this patch.  We'll need to solve
this before it can be pushed.

-Tom



> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list