Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / WebAssembly / regcoalesce-disable.ll
blob7a44418e23b9f6030478eff7523b3f50a16e7bbf
1 ; RUN: llc < %s -O1 --debug-pass=Structure 2>&1 | FileCheck %s --check-prefix=O1
2 ; RUN: llc < %s -O2 --debug-pass=Structure 2>&1 | FileCheck %s --check-prefix=O2
4 ; Test if RegisterCoalesce pass is disabled in -O1.
6 ; O1-NOT: Register Coalescer
7 ; O2: Register Coalescer
8 target triple = "wasm32-unknown-unknown"
10 define void @test() {
11   ret void