Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply comment
Browse files Browse the repository at this point in the history
Signed-off-by: amochalo <anastasiya.mochalova@intel.com>
MochalovaAn committed Oct 4, 2020
1 parent 47b160d commit 331a7a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/SPIRV/SPIRVUtil.cpp
Original file line number Diff line number Diff line change
@@ -1555,7 +1555,6 @@ bool checkTypeForSPIRVExtendedInstLowering(IntrinsicInst *II, SPIRVModule *BM) {
    if (auto *VecTy = dyn_cast<FixedVectorType>(Ty)) {
      NumElems = VecTy->getNumElements();
      Ty = VecTy->getElementType();

}
    if ((!Ty->isIntegerTy()) ||
        ((NumElems > 4) &&

0 comments on commit 331a7a8

Please sign in to comment.