================ @@ -0,0 +1,184 @@ +; RUN: llc -mtriple=xtensa -disable-block-placement -verify-machineinstrs < %s \ +; RUN: | FileCheck %s + +define signext i32 @f_eq(i32 signext %a, ptr %b) nounwind { ---------------- andreisfr wrote: FIxed https://github.com/llvm/llvm-project/pull/97017