1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

R600: CONST_ADDRESS node is not marked as mayLoad anymore

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

mayLoad complexify scheduling and does not bring any usefull info
as the location is not writeable at all.

llvm-svn: 176486
This commit is contained in:
Vincent Lejeune 2013-03-05 15:04:42 +00:00
parent d0d37f790e
commit 03f33e1dfc

View File

@ -513,7 +513,7 @@ def INTERP_PAIR_ZW : AMDGPUShaderInst <
def CONST_ADDRESS: SDNode<"AMDGPUISD::CONST_ADDRESS",
SDTypeProfile<1, -1, [SDTCisInt<0>, SDTCisPtrTy<1>]>,
[SDNPMayLoad, SDNPVariadic]
[SDNPVariadic]
>;
//===----------------------------------------------------------------------===//