[llvm] [LoongArch] Assume no-op addrspacecasts by default (PR #82332)

Lu Weining via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 01:02:44 PST 2024


================
@@ -0,0 +1,47 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=loongarch32 -verify-machineinstrs < %s | FileCheck %s --check-prefix=LA32
----------------
SixWeining wrote:

Canonicalized options use two dashes (`--mtriple=` and `--verify-machineinstrs`) from `llc --help-hidden`'s prompt.

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


More information about the llvm-commits mailing list