forked from OSchip/llvm-project
parent
8823b0d245
commit
3ad7e96f8a
|
@ -616,7 +616,6 @@ def truncstorei32 : PatFrag<(ops node:$val, node:$ptr),
|
||||||
StoreSDNode *ST = cast<StoreSDNode>(N);
|
StoreSDNode *ST = cast<StoreSDNode>(N);
|
||||||
return ST->isTruncatingStore() && ST->getMemoryVT() == MVT::i32 &&
|
return ST->isTruncatingStore() && ST->getMemoryVT() == MVT::i32 &&
|
||||||
ST->getAddressingMode() == ISD::UNINDEXED;
|
ST->getAddressingMode() == ISD::UNINDEXED;
|
||||||
return false;
|
|
||||||
}]>;
|
}]>;
|
||||||
def truncstoref32 : PatFrag<(ops node:$val, node:$ptr),
|
def truncstoref32 : PatFrag<(ops node:$val, node:$ptr),
|
||||||
(st node:$val, node:$ptr), [{
|
(st node:$val, node:$ptr), [{
|
||||||
|
|
Loading…
Reference in New Issue