aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/LoongArch/isel-optnone.ll
blob: 4d2528a3148ac96cd40da704de182321a994c439 (plain)
1
2
3
4
5
6
7
8
9
10
; REQUIRES: asserts
; RUN: llc %s -O0 -mtriple=loongarch64 -o /dev/null -debug-only=isel 2>&1 | FileCheck %s

define void @fooOptnone() #0 {
; CHECK-NOT: Changing optimization level for Function fooOptnone
; CHECK-NOT: Restoring optimization level for Function fooOptnone
  ret void
}

attributes #0 = { nounwind optnone noinline }