[PATCH] D46911: [Fixed Point Arithmetic] Addition of the remaining fixed point types and their saturated equivalents
Bevin Hansson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 13 04:36:13 PDT 2018
ebevhan added inline comments.
================
Comment at: test/Frontend/fixed_point_bit_widths.c:44
+
+// CHECK-NEXT: @size_SsF = dso_local global i{{[0-9]+}} 2
+// CHECK-NEXT: @size_SF = dso_local global i{{[0-9]+}} 4
----------------
Wait; should these dso_local be `{{.*}}`?
Repository:
rC Clang
https://reviews.llvm.org/D46911
More information about the cfe-commits
mailing list