================ @@ -0,0 +1,13 @@ +; RUN: llc -mtriple=arm64_32-apple-watchos -stop-after=finalize-isel %s -o - | FileCheck %s ---------------- nikic wrote: Drop the `-stop-after=finalize-isel` and use update_llc_test_checks. https://github.com/llvm/llvm-project/pull/94125