[flang-commits] [PATCH] D153759: [flang][hlfir] Add codegen for vector subscripted LHS
Tom Eccles via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Jun 26 09:33:48 PDT 2023
tblah accepted this revision.
tblah added a comment.
This revision is now accepted and ready to land.
One tiny nit. Otherwise this looks great to me :)
================
Comment at: flang/test/HLFIR/order_assignments/vector-subscripts-codegen.fir:119
+// CHECK: }
+// CHECK: hlfir.destroy %[[VAL_29:.*]] : !hlfir.expr<10xf32>
+// CHECK: }
----------------
Should this be destroying VAL_16 (the result of the elemental)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153759/new/
https://reviews.llvm.org/D153759
More information about the flang-commits
mailing list