[llvm] [GlobalIsel] Add G_SCMP and G_UCMP instructions (PR #98894)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 12:41:11 PDT 2024
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/98894 at github.com>
================
@@ -1,4 +1,5 @@
-# RUN: not --crash llc -verify-machineinstrs -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+# RUN: not --crash llc -verify-machineinstrs -mtriple=arm64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
+# REQUIRES: aarch64-registered-target
----------------
arsenm wrote:
I believe the default target is still the host target, which I'm assuming is x86. You would have to manually override to set one. The real condition here is probably REQUIRES: default_triple
https://github.com/llvm/llvm-project/pull/98894
More information about the llvm-commits
mailing list