Skip to content

Commit 67dd170

Browse files
jroelofsfhahn
andauthored
remove newlines
Co-authored-by: Florian Hahn <[email protected]>
1 parent f558791 commit 67dd170

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,11 +1137,8 @@ class LowerMatrixIntrinsics {
11371137
case Intrinsic::abs:
11381138
case Intrinsic::fabs: {
11391139
IRBuilder<> Builder(Inst);
1140-
11411140
MatrixTy Result;
1142-
11431141
MatrixTy M = getMatrix(Inst->getOperand(0), Shape, Builder);
1144-
11451142
Builder.setFastMathFlags(getFastMathFlags(Inst));
11461143

11471144
for (auto &Vector : M.vectors()) {

0 commit comments

Comments
 (0)