forked from OSchip/llvm-project
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:
parent
a199d01e4d
commit
10a5e4773e
|
@ -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]
|
||||
>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue