================ @@ -0,0 +1,78 @@ +; RUN: llc -mtriple=armv8 -mattr=+neon %s -o - | FileCheck %s ---------------- davemgreen wrote: Using update_llc_test_checks.py can be nice to generate regular check lines. https://github.com/llvm/llvm-project/pull/141786