[llvm] [GISEL] Add G_VSCALE instruction (PR #84542)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 19:51:57 PST 2024
================
@@ -0,0 +1,16 @@
+# RUN: not --crash llc -verify-machineinstrs -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+# REQUIRES: aarch64-registered-target
----------------
arsenm wrote:
The target isn't specified here, and this doesn't need one as written
https://github.com/llvm/llvm-project/pull/84542
More information about the llvm-commits
mailing list