================ @@ -0,0 +1,6 @@ +// RUN: not llvm-mc -triple aarch64 -filetype asm -o - %s 2>&1 | FileCheck %s + +.arch_extension lsfe +.arch_extension nolsfe +ldfadd h0, h1, [x2] ---------------- Lukacma wrote: Done https://github.com/llvm/llvm-project/pull/112892