You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[flang][acc] Ensure fir.class is handled in type categorization
fir.class is treated similarly as fir.box - but it has one key
distinction which is that it doesn't hold an element type. Thus
the categorization logic was mishandling this case for this reason
(and also the fact that it assumed that a base object is always a
fir.ref).
This PR improves this handling and adds appropriate test exercising
both a class and a class field to ensure categorization works.
0 commit comments