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
LLVM ERROR: Do not know how to soften the result of this operator!
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0. Program arguments: /opt/compiler-explorer/clang-trunk/bin/llc -o /app/output.s -x86-asm-syntax=intel <source>
1. Running pass 'Function Pass Manager' on module '<source>'.
2. Running pass 'ARM Instruction Selection' on function '@_ZN1a4test17hb60f9f6975710eeaE'
It seems that none of these intrinsics are currently working on arm (but DO WORK on armv7 and aarch64):
Error output [godbolt]:
Similar to #53353 which was for x86_64
The text was updated successfully, but these errors were encountered: