[PATCH] D157116: [AArch64] Pre-commit some tests for D152828 (NFC)
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 01:09:31 PDT 2023
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Test updates looks good. It may need some adjustment again after the scheduling changes recently
================
Comment at: llvm/test/CodeGen/AArch64/sink-and-fold.ll:3
+; RUN: llc < %s | FileCheck %s
+target triple = "aarch64-linux"
+
----------------
I usually make the triple part of the llc run line.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157116/new/
https://reviews.llvm.org/D157116
More information about the llvm-commits
mailing list