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
[AArch64] Add verification for MemOp immediate ranges
This adds an implementation of AArch64InstrInfo::verifyInstruction for AArch64,
and adds some basic verification of the range of immediate ranges of memory
operations.
Some extra memory operations have been added to getMemOpInfo, along with the
equivalent opcodes to getLoadStoreImmIdx to ensure the offsets are always
correctly calculated.
0 commit comments