[llvm] [AArch64] Improve codegen of vectorised early exit loops (PR #119534)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 03:30:35 PST 2024


================
@@ -0,0 +1,195 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -mattr=+sve | FileCheck %s
----------------
david-arm wrote:

Ah that's a good suggestion. To be honest I didn't even know that directory existed until now! 

https://github.com/llvm/llvm-project/pull/119534


More information about the llvm-commits mailing list