[PATCH] D113566: [fir] Add fir.box_isarray, fir.box_isptr and fir.box_isalloc conversion.
Andrzej Warzynski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 01:28:08 PST 2021
awarzynski accepted this revision.
awarzynski added a comment.
This revision is now accepted and ready to land.
LGTM, thank you for addressing my comments!
================
Comment at: flang/test/Fir/convert-to-llvm.fir:790
+// Test `fir.box_isalloc` conversion.
+// `attribute` is extracted from `fir.box` and check against a mask egal to the
+// value of `CFI_attribute_allocatable`.
----------------
================
Comment at: flang/test/Fir/convert-to-llvm.fir:813
+// Test `fir.box_isptr` conversion.
+// `attribute` is extracted from `fir.box` and check against a mask egal to the
+// value of `CFI_attribute_pointer`.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113566/new/
https://reviews.llvm.org/D113566
More information about the llvm-commits
mailing list