Re: [Mesa-dev] [PATCH 2/6] R600: CONST_ADDRESS node is not marked as mayLoad anymore

2013-02-19 Thread Tom Stellard
On Mon, Feb 18, 2013 at 05:27:26PM +0100, Vincent Lejeune wrote: mayLoad complexify scheduling and does not bring any usefull info as the location is not writeable at all. Reviewed-by: Tom Stellard thomas.stell...@amd.com --- lib/Target/R600/R600Instructions.td | 2 +- 1 file changed, 1

[Mesa-dev] [PATCH 2/6] R600: CONST_ADDRESS node is not marked as mayLoad anymore

2013-02-18 Thread Vincent Lejeune
mayLoad complexify scheduling and does not bring any usefull info as the location is not writeable at all. --- lib/Target/R600/R600Instructions.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/R600/R600Instructions.td b/lib/Target/R600/R600Instructions.td index