[llvm] [MCA] Adding missing instructions in AArch64 Neoverse V1 tests (PR #128892)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 12:33:56 PST 2025


================
@@ -1368,6 +1460,12 @@ ret
 eret
 drps
 
+#------------------------------------------------------------------------------
+# Unconditional branch (label)
+#------------------------------------------------------------------------------
+
+bl test
----------------
davemgreen wrote:

Should this be removed or is it different from the existing bl test?

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


More information about the llvm-commits mailing list