projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bc6d46
)
Comment fix
author
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sat, 6 Feb 2016 14:21:49 +0000
(14:21 +0000)
committer
Simon Pilgrim
<llvm-dev@redking.me.uk>
Sat, 6 Feb 2016 14:21:49 +0000
(14:21 +0000)
llvm-svn: 259990
llvm/lib/Target/X86/X86ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Target/X86/X86ISelLowering.cpp
b/llvm/lib/Target/X86/X86ISelLowering.cpp
index
6675caf
..
873d142
100644
(file)
--- a/
llvm/lib/Target/X86/X86ISelLowering.cpp
+++ b/
llvm/lib/Target/X86/X86ISelLowering.cpp
@@
-10652,7
+10652,7
@@
static SDValue lowerVectorShuffleWithUndefHalf(SDLoc DL, MVT VT, SDValue V1,
DAG.getIntPtrConstant(HalfNumElts, DL));
}
- // If the shuffle only uses t
he lowe
r halves of the input operands,
+ // If the shuffle only uses t
wo of the fou
r halves of the input operands,
// then extract them and perform the 'half' shuffle at half width.
// e.g. vector_shuffle <X, X, X, X, u, u, u, u> or <X, X, u, u>
int HalfIdx1 = -1, HalfIdx2 = -1;