mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131659 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
95b8ae190e
commit
aaa7f499c1
@ -597,6 +597,7 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
|
||||
case Intrinsic::x86_sse41_pmovzxbw:
|
||||
case Intrinsic::x86_sse41_pmovzxwd:
|
||||
case Intrinsic::x86_sse41_pmovzxdq: {
|
||||
// pmov{s|z}x ignores the upper half of their input vectors.
|
||||
unsigned VWidth =
|
||||
cast<VectorType>(II->getArgOperand(0)->getType())->getNumElements();
|
||||
unsigned LowHalfElts = VWidth / 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user