mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-04 11:27:34 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203013 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
51da5c7631
commit
af0cc459bf
@ -613,9 +613,9 @@ SDValue AMDGPUTargetLowering::MergeVectorStore(const SDValue &Op,
|
||||
EVT MemVT = Store->getMemoryVT();
|
||||
unsigned MemBits = MemVT.getSizeInBits();
|
||||
|
||||
// Byte stores are really expensive, so if possible, try to pack
|
||||
// 32-bit vector truncatating store into an i32 store.
|
||||
// XXX: We could also handle optimize other vector bitwidths
|
||||
// Byte stores are really expensive, so if possible, try to pack 32-bit vector
|
||||
// truncating store into an i32 store.
|
||||
// XXX: We could also handle optimize other vector bitwidths.
|
||||
if (!MemVT.isVector() || MemBits > 32) {
|
||||
return SDValue();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user