[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:54 PST 2024


================
@@ -0,0 +1,16 @@
+; RUN: llc -O0 --mtriple=loongarch32 -global-isel -stop-after=irtranslator -verify-machineinstrs < %s \
+; RUN:   | FileCheck %s -check-prefix=LA32
+; RUN: llc -O0 --mtriple=loongarch64 -global-isel -stop-after=irtranslator -verify-machineinstrs < %s \
+; RUN:   | FileCheck %s -check-prefix=LA64
+
+define void @foo() {
+  ; LA32-LABEL: name: foo
----------------
SixWeining wrote:

Remove useless leading spaces.

https://github.com/llvm/llvm-project/pull/76912


More information about the llvm-commits mailing list