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 50f5fe5 commit fe034f1Copy full SHA for fe034f1
tests/filecheck/dialects/asl/primitives.mlir
@@ -121,8 +121,6 @@ builtin.module {
121
122
%gref = asl.address_of @G : !asl.ref<!asl.bits<32>>
123
%aref = asl.address_of @A : !asl.ref<!asl.array<16 x !asl.bits<32>>>
124
- // %eref = asl.array_ref %aref[%int1] : !asl.ref<!asl.array<16 x !asl.bits<32>>>
125
- // asl.store %bits1 to %gref : !asl.bits<32>
126
%eref = asl.array_ref %aref[%int1] : !asl.ref<!asl.array<16 x !asl.bits<32>>> -> !asl.ref<!asl.bits<32>>
127
asl.store %bits to %gref : !asl.bits<32>
128
%load = asl.load from %eref : !asl.bits<32>
0 commit comments