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
In order to lower ARM64 intrinsics down from ClangIR to LLVM, we found that we cannot lower to LLVM intrinsics that might need a elementtype, one example is LLVM intrinsic aarch64.ldxr, which requires elementtype.
The text was updated successfully, but these errors were encountered:
In order to lower ARM64 intrinsics down from ClangIR to LLVM, we found that we cannot lower to LLVM intrinsics that might need a `elementtype`, one example is LLVM intrinsic `aarch64.ldxr`, which requires `elementtype`.
In order to lower ARM64 intrinsics down from ClangIR to LLVM, we found that we cannot lower to LLVM intrinsics that might need a
elementtype
, one example is LLVM intrinsicaarch64.ldxr
, which requireselementtype
.The text was updated successfully, but these errors were encountered: