mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
fix typo in comment; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2379e8a2ee
commit
269510242b
@ -22902,7 +22902,7 @@ static SDValue PerformINSERTPSCombine(SDNode *N, SelectionDAG &DAG,
|
||||
if (MayFoldLoad(Ld)) {
|
||||
// Extract the countS bits from the immediate so we can get the proper
|
||||
// address when narrowing the vector load to a specific element.
|
||||
// When the second source op is a memory address, interps doesn't use
|
||||
// When the second source op is a memory address, insertps doesn't use
|
||||
// countS and just gets an f32 from that address.
|
||||
unsigned DestIndex =
|
||||
cast<ConstantSDNode>(N->getOperand(2))->getZExtValue() >> 6;
|
||||
|
Loading…
x
Reference in New Issue
Block a user