[llvm] [Aarch64] Add missing earlyclobber to sqrshr and uqrshl instructions. (PR #77782)
Alfie Richards via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 11 10:02:04 PST 2024
================
@@ -0,0 +1,21 @@
+; RUN: llc -mtriple armv8.1m.main -mattr=+mve %s -o - | FileCheck %s
----------------
AlfieRichardsArm wrote:
Thank you, I have moved the test
Unfortunately I couldn't get the update_llc_test_checks took to work, I ran into the same issue as https://github.com/llvm/llvm-project/issues/66409
https://github.com/llvm/llvm-project/pull/77782
More information about the llvm-commits
mailing list