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
this gives me an UB triggered. however, it works if I change everything to align 1, and it also works (at align 8) if I change the thing being loaded to a non-ptr type, like i64.
I don't think there's anything I can do on the tgt side to work around this
here's a case that might be interesting, I'm not sure what's really going on.
here's the original IR and also what I want to lift it to:
this gives me an UB triggered. however, it works if I change everything to align 1, and it also works (at align 8) if I change the thing being loaded to a non-ptr type, like i64.
I don't think there's anything I can do on the tgt side to work around this
The text was updated successfully, but these errors were encountered: