aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/LoongArch/feature-32bit.ll
blob: 4fede2baed89d46f0b006c4611fca0cb07eafab2 (plain)
1
2
3
4
5
6
; RUN: llc --mtriple=loongarch64 --mattr=help 2>&1 | FileCheck %s
; RUN: llc --mtriple=loongarch32 --mattr=help 2>&1 | FileCheck %s

; CHECK: Available features for this target:
; CHECK: 32bit - LA32 Basic Integer and Privilege Instruction Set.
; CHECK: 32s - LA32 Standard Basic Instruction Extension.