Skip to content

Commit a9188ad

Browse files
committed
another comment to kick off builds again
1 parent 76a2d07 commit a9188ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/DirectX/DXILIntrinsicExpansion.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ static bool expandNormalizeIntrinsic(CallInst *Orig) {
255255
Value *Elt = Builder.CreateExtractElement(X, (uint64_t)0);
256256
unsigned XVecSize = XVec->getNumElements();
257257
Value *DotProduct = nullptr;
258+
// use the dot intrinsic corresponding to the vector size
258259
switch (XVecSize) {
259260
case 1:
260261
report_fatal_error(Twine("Invalid input vector: length is zero"),

0 commit comments

Comments
 (0)