================ @@ -0,0 +1,13 @@ +; RUN: llc -mtriple=aarch64-none-linux-gnu -start-before=aarch64-isel %s -o /dev/null ---------------- davemgreen wrote:
-filetype=null If -start-before=aarch64-isel isn't needed you could run the whole pipeline too. And sometimes it's worth adding runtime checks too, just as it makes the test a little more useful in the long run. https://github.com/llvm/llvm-project/pull/182835 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
