Skip to content

Commit

Permalink
Add missing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
cferry-AMD authored Sep 30, 2024
1 parent 4d12bc8 commit 8c1994b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mlir/include/mlir/Conversion/UBToEmitC/UBToEmitC.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ void populateUBToEmitCConversionPatterns(TypeConverter &converter,
} // namespace ub
} // namespace mlir

#endif // MLIR_CONVERSION_UBTOEMITC_UBTOEMITC_H
#endif // MLIR_CONVERSION_UBTOEMITC_UBTOEMITC_H
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ func.func @poison_tensor() {
// expected-error @+1 {{failed to legalize operation 'ub.poison'}}
%1 = ub.poison : tensor<f32>
return
}
}
2 changes: 1 addition & 1 deletion mlir/test/Conversion/UBToEmitC/convert-ub-to-emitc.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ func.func @poison() {
// CHECK: "emitc.variable"(){{.*}}() -> !emitc.size_t
%2 = ub.poison : index
return
}
}

0 comments on commit 8c1994b

Please sign in to comment.