[llvm] [LoongArch][GlobalISel] Adding initial GlobalISel infrastructure (PR #76912)
Lu Weining via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 9 00:41:55 PST 2024
================
@@ -0,0 +1,16 @@
+; RUN: llc -O0 --mtriple=loongarch32 -global-isel -stop-after=irtranslator -verify-machineinstrs < %s \
----------------
SixWeining wrote:
- Use standard options listed by `llc --help-hidden` and `FileCheck --help`. For example, `--global-isel` and `--check-prefix=`.
- Can we use utils/update_llc_test_checks.py to auto-gen the check lines?
https://github.com/llvm/llvm-project/pull/76912
More information about the llvm-commits
mailing list