[Mlir-commits] [mlir] 1c0efa8 - tweak formatting of input to match the output as suggested by River, NFC.
Chris Lattner
llvmlistbot at llvm.org
Thu Apr 9 15:26:30 PDT 2020
Author: Chris Lattner
Date: 2020-04-09T15:26:22-07:00
New Revision: 1c0efa8b54787f9a6994fae1be3377a7c5dc9491
URL: https://github.com/llvm/llvm-project/commit/1c0efa8b54787f9a6994fae1be3377a7c5dc9491
DIFF: https://github.com/llvm/llvm-project/commit/1c0efa8b54787f9a6994fae1be3377a7c5dc9491.diff
LOG: tweak formatting of input to match the output as suggested by River, NFC.
Added:
Modified:
mlir/test/IR/attribute.mlir
Removed:
################################################################################
diff --git a/mlir/test/IR/attribute.mlir b/mlir/test/IR/attribute.mlir
index 1980e7a7eec7..c13c12cf3d89 100644
--- a/mlir/test/IR/attribute.mlir
+++ b/mlir/test/IR/attribute.mlir
@@ -81,9 +81,9 @@ func @int_attrs_pass() {
// CHECK-SAME: attr_19 = 18446744073709551615 : ui64
attr_19 = 18446744073709551615 : ui64,
// CHECK-SAME: attr_20 = 1 : ui1
- attr_20 = 1: ui1,
+ attr_20 = 1 : ui1,
// CHECK-SAME: attr_21 = -1 : si1
- attr_21 = -1: si1
+ attr_21 = -1 : si1
} : () -> ()
More information about the Mlir-commits
mailing list