[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / WebAssembly / main-with-args.ll
blob205cb133f8ca688a7df9506e49352994c9949e2c
1 ; RUN: llc < %s -asm-verbose=false | FileCheck %s
3 ; Test that main function with expected signature is not wrapped
5 target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
6 target triple = "wasm32-unknown-unknown"
8 define i32 @main(i32 %a, i8** %b) {
9   ret i32 0
12 ; CHECK-LABEL: main:
13 ; CHECK-NEXT: .functype main (i32, i32) -> (i32)
15 ; CHECK-NOT: __original_main: