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
DL.getIndexTypeSizeInBits is used for assertion. If the DataLayout of an address space p[n]:<size>:<abi>[:<pref>][:<idx>] has different size and idx, the assertion would fail.
Is this intended? the type size and index size has to match here?