[llvm] [LoongArch][GlobalISel] Adding initial GlobalISel infrastructure (PR #76912)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 23:13:14 PST 2024


================
@@ -0,0 +1,16 @@
+; RUN: llc -O0 --mtriple=loongarch32 -global-isel -stop-after=irtranslator -verify-machineinstrs < %s \
----------------
aemerson wrote:

The standard option for GlobalISel is `-global-isel` with a single dash.

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


More information about the llvm-commits mailing list