[PATCH] D77832: Allow single-bit integer types to have signs. A signed one bit integer is either 0 or -1.

River Riddle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 15:16:07 PDT 2020


rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/test/IR/attribute.mlir:84
+    // CHECK-SAME: attr_20 = 1 : ui1
+    attr_20 = 1: ui1,
+    // CHECK-SAME: attr_21 = -1 : si1
----------------
nit: 1 : ui1 

to match the output


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77832/new/

https://reviews.llvm.org/D77832





More information about the llvm-commits mailing list