mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +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:
parent
d0d37f790e
commit
03f33e1dfc
@ -513,7 +513,7 @@ def INTERP_PAIR_ZW : AMDGPUShaderInst <
|
|||||||
|
|
||||||
def CONST_ADDRESS: SDNode<"AMDGPUISD::CONST_ADDRESS",
|
def CONST_ADDRESS: SDNode<"AMDGPUISD::CONST_ADDRESS",
|
||||||
SDTypeProfile<1, -1, [SDTCisInt<0>, SDTCisPtrTy<1>]>,
|
SDTypeProfile<1, -1, [SDTCisInt<0>, SDTCisPtrTy<1>]>,
|
||||||
[SDNPMayLoad, SDNPVariadic]
|
[SDNPVariadic]
|
||||||
>;
|
>;
|
||||||
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
Loading…
Reference in New Issue
Block a user