2020-07-17 00:55:54 +08:00
|
|
|
; RUN: opt -O0 -enable-matrix -debug-pass=Structure < %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
|
|
|
|
; REQUIRES: asserts
|
|
|
|
|
|
|
|
; CHECK: Pass Arguments:
|
|
|
|
; CHECK-NEXT: Target Transform Information
|
|
|
|
; CHECK-NEXT: FunctionPass Manager
|
|
|
|
; CHECK-NEXT: Module Verifier
|
|
|
|
; CHECK-NEXT: Instrument function entry/exit with calls to e.g. mcount() (pre inlining)
|
2020-07-20 17:50:15 +08:00
|
|
|
; CHECK-NEXT: Lower the matrix intrinsics (minimal)
|
2020-07-17 00:55:54 +08:00
|
|
|
|
|
|
|
|
|
|
|
define void @f() {
|
|
|
|
ret void
|
|
|
|
}
|