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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176486
91177308-0d34-0410-b5e6-
96231b3b80d8
def CONST_ADDRESS: SDNode<"AMDGPUISD::CONST_ADDRESS",
SDTypeProfile<1, -1, [SDTCisInt<0>, SDTCisPtrTy<1>]>,
- [SDNPMayLoad, SDNPVariadic]
+ [SDNPVariadic]
>;
//===----------------------------------------------------------------------===//