Hi,
While trying to inspect the IR generated by clang-omp, I found that an internal struct is created, with no associated metadata.
at the very top of the IR file I have
%struct.anon = type { i8 }
unfortunately, when I process the ll module, anon doesn't appear in the types list.
Is that a bug, or is there any workaround?
Hi,
While trying to inspect the IR generated by clang-omp, I found that an internal struct is created, with no associated metadata.
at the very top of the IR file I have
%struct.anon = type { i8 }
unfortunately, when I process the ll module, anon doesn't appear in the types list.
Is that a bug, or is there any workaround?