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
Could it be that llvm::LocationSize when default constructed doesn't initialize Value?
It also seems that PunnedPointer doesn't initialize memory with the default constructor.
Enabling the global instruction selector seems to workaround this issue.
Unfortunately the global isel doesn't seem to be something that always works either.
Hi,
I'm getting a weird crash in llvm optimizer:
Exception thrown at 0x00007FF6C36EE4B8 in BitwigAudioEngine-ARM64-NEON.exe: 0xC0000005: Access violation writing location 0x0000000000000000
I've a JIT engine using LLVM-19.1.3 on Windows ARM64.
Do you have anyidea what the problem could be based upon the backtrace?
Thanks!
The text was updated successfully, but these errors were encountered: