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
<strcat> aatch: well, can we just do what clang does? does it just say i1 is represented as i8?
<strcat> clang stores them as i8, passes them as i1 zeroext and treats them as i1 after a load
<strcat> lets just copy that
<strcat> that's what LLVM knows how to optimize