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 13 introduzed _ExtInt(N) an integral type with N bits. This has proven very useful. Unfortunately, it does not allow these types as operands in extended asm.
LLVM 13 introduzed
_ExtInt(N)
an integral type withN
bits. This has proven very useful. Unfortunately, it does not allow these types as operands in extended asm.This issue is tracked in LLVM at llvm/llvm-project#50996
The text was updated successfully, but these errors were encountered: