We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4568f commit db5fd45Copy full SHA for db5fd45
flang/test/Fir/global.fir
@@ -50,7 +50,7 @@ fir.global internal @_QEmultiarray : !fir.array<32x32xi32> {
50
fir.has_value %2 : !fir.array<32x32xi32>
51
}
52
53
-// CHECK: @_QEmasklogical = internal global [32768 x i32] [i32 -1, i32 -1,
+// CHECK: @_QEmasklogical = internal global [32768 x i32] [i32 1, i32 1,
54
fir.global internal @_QEmasklogical : !fir.array<32768x!fir.logical<4>> {
55
%true = arith.constant true
56
%0 = fir.undefined !fir.array<32768x!fir.logical<4>>
0 commit comments