We don't have enough information to know if struct types being
bitcast will cause validation failures or not, so be conservative
and allow such cases to persist (not now).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22073 Build 22073: arc lint + arc unit
Event Timeline
Comment Actions
The change feels a bit screwy to me, but I can't think of any alternative ways to factor this that aren't worse.
test/CodeGen/WebAssembly/function-bitcasts.ll | ||
---|---|---|
23 | One too many spaces after call? |
Comment Actions
In some local tests it looks like this fixes the issue we were seeing, thanks so much!
One too many spaces after call?