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
test: add GenericMemoryRef address space regression test
Add test case for LLVM IR generation bug where stores to GenericMemoryRef
incorrectly use addrspace(10) instead of addrspace(11) in bounds checking
code, causing assertion failures in LLVM optimization passes.
This reproduces the issue described in the gist where bounds checking
generates incorrect address space casts in the LLVM IR.
0 commit comments